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 lemmatizerSequenceValidator
implementation.DictionaryLemmatizer ALemmatizer
implementation that works by simple dictionary lookup into aMap
built 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 ASequenceStream
implementation encapsulatingsamples
.LemmaSampleStream Reads data for training and testing theLemmatizer
.LemmatizerEvaluator TheLemmatizerEvaluator
measures the performance of the givenLemmatizer
with the provided referencesamples
.LemmatizerFactory The factory that providesLemmatizer
default implementation and resources.LemmatizerME A probabilisticLemmatizer
implementation.LemmatizerModel TheLemmatizerModel
is the model used by a learnableLemmatizer
.