Package opennlp.tools.lemmatizer
Package related to the lemmatizer functionality.
-
Interface Summary Interface Description Lemmatizer The common interface for lemmatizers.LemmatizerContextGenerator Interface for the context generator used for probabilisticLemmatizer.LemmatizerEvaluationMonitor A marker interface for evaluatinglemmatizers. -
Class Summary Class Description DefaultLemmatizerContextGenerator Simple feature generator for learning statistical lemmatizers.DefaultLemmatizerSequenceValidator The default lemmatizerSequenceValidatorimplementation.DictionaryLemmatizer ALemmatizerimplementation that works by simple dictionary lookup into aMapbuilt from a file containing, for each line:LemmaSample Represents a lemmatized sentence.LemmaSampleEventStream Class for creating an event stream out of data files for training a probabilisticLemmatizer.LemmaSampleSequenceStream ASequenceStreamimplementation encapsulatingsamples.LemmaSampleStream Reads data for training and testing theLemmatizer.LemmatizerEvaluator TheLemmatizerEvaluatormeasures the performance of the givenLemmatizerwith the provided referencesamples.LemmatizerFactory The factory that providesLemmatizerdefault implementation and resources.LemmatizerME A probabilisticLemmatizerimplementation.LemmatizerModel TheLemmatizerModelis the model used by a learnableLemmatizer.