class Opener::POSTaggers::NL

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

Public Instance Methods

language_from_kaf(input) click to toggle source

@see [Opener::POSTaggers::Base#language_from_kaf]

# File lib/opener/pos_taggers/en_es/nl.rb, line 11
def language_from_kaf(input)
  return 'nl'
end