Package opennlp.tools.lemmatizer
Package related with the lemmatizer tool
-
Interface Summary Interface Description Lemmatizer The interface for lemmatizers.LemmatizerContextGenerator Interface for the context generator used for probabilistic lemmatizer.LemmatizerEvaluationMonitor Interface for the lemmatizer evaluator. -
Class Summary Class Description DefaultLemmatizerContextGenerator Simple feature generator for learning statistical lemmatizers.DefaultLemmatizerSequenceValidator DictionaryLemmatizer Lemmatize by simple dictionary lookup into a hashmap built from a file containing, for each line, word\tabpostag\tablemma.LemmaSample Represents an lemmatized sentence.LemmaSampleEventStream Class for creating an event stream out of data files for training a probabilistic lemmatizer.LemmaSampleSequenceStream LemmaSampleStream Reads data for training and testing the lemmatizer.LemmatizerEvaluator TheLemmatizerEvaluator
measures the performance of the givenLemmatizer
with the provided referenceLemmaSample
s.LemmatizerFactory LemmatizerME A probabilistic lemmatizer.LemmatizerModel TheLemmatizerModel
is the model used by a learnableLemmatizer
.