Class: Opener::POSTaggers::ES
- Defined in:
- lib/opener/pos_taggers/en_es/es.rb
Overview
Spanish POS tagger class. This class forces the language to Spanish regardless of what the KAF document claims the language to be.
Constant Summary
Constants inherited from EnEs
Opener::POSTaggers::EnEs::DEFAULT_OPTIONS, Opener::POSTaggers::EnEs::VERSION
Instance Attribute Summary
Attributes inherited from EnEs
Instance Method Summary collapse
Methods inherited from EnEs
Constructor Details
This class inherits a constructor from Opener::POSTaggers::EnEs
Instance Method Details
#language_from_kaf(input) ⇒ Object
11 12 13 |
# File 'lib/opener/pos_taggers/en_es/es.rb', line 11 def language_from_kaf(input) return 'es' end |