Uses of Interface
opennlp.tools.lemmatizer.Lemmatizer
Packages that use Lemmatizer
-
Uses of Lemmatizer in opennlp.tools.lemmatizer
Classes in opennlp.tools.lemmatizer that implement LemmatizerModifier and TypeClassDescriptionclass
ALemmatizer
implementation that works by simple dictionary lookup into aMap
built from a file containing, for each line:class
A probabilisticLemmatizer
implementation.Constructors in opennlp.tools.lemmatizer with parameters of type LemmatizerModifierConstructorDescriptionLemmatizerEvaluator
(Lemmatizer aLemmatizer, LemmatizerEvaluationMonitor... listeners) Initializes aLemmatizerEvaluator
instance with the givenLemmatizer
.