Class: Opener::POSTaggers::IT

Inherits:
EnEs
  • Object
show all
Defined in:
lib/opener/pos_taggers/en_es/it.rb

Overview

Italian POS tagger class. This class forces the language to Italian regardless of what the KAF document claims the language to be.

Constant Summary

Constants inherited from EnEs

EnEs::DEFAULT_OPTIONS, EnEs::VERSION

Instance Attribute Summary

Attributes inherited from EnEs

#args, #options

Instance Method Summary collapse

Methods inherited from EnEs

#initialize, #run

Constructor Details

This class inherits a constructor from Opener::POSTaggers::EnEs

Instance Method Details

#language_from_kaf(input) ⇒ Object

See Also:

  • Opener::POSTaggers::IT.[Opener[Opener::POSTaggers[Opener::POSTaggers::Base[Opener::POSTaggers::Base#language_from_kaf]


11
12
13
# File 'lib/opener/pos_taggers/en_es/it.rb', line 11

def language_from_kaf(input)
  return 'it'
end