Uses of Interface
opennlp.tools.lemmatizer.Lemmatizer
-
Packages that use Lemmatizer Package Description opennlp.tools.lemmatizer Package related with the lemmatizer tool -
-
Uses of Lemmatizer in opennlp.tools.lemmatizer
Classes in opennlp.tools.lemmatizer that implement Lemmatizer Modifier and Type Class Description class
DictionaryLemmatizer
Lemmatize by simple dictionary lookup into a hashmap built from a file containing, for each line, word\tabpostag\tablemma.class
LemmatizerME
A probabilistic lemmatizer.Constructors in opennlp.tools.lemmatizer with parameters of type Lemmatizer Constructor Description LemmatizerEvaluator(Lemmatizer aLemmatizer, LemmatizerEvaluationMonitor... listeners)
Initializes the current instance.
-