Package opennlp.tools.lemmatizer
package opennlp.tools.lemmatizer
Package related to the lemmatizer functionality.
-
ClassDescriptionSimple feature generator for learning statistical lemmatizers.The default lemmatizer
SequenceValidator
implementation.ALemmatizer
implementation that works by simple dictionary lookup into aMap
built from a file containing, for each line:Represents a lemmatized sentence.Class for creating an event stream out of data files for training a probabilisticLemmatizer
.ASequenceStream
implementation encapsulatingsamples
.Reads data for training and testing theLemmatizer
.The common interface for lemmatizers.Interface for the context generator used for probabilisticLemmatizer
.A marker interface for evaluatinglemmatizers
.TheLemmatizerEvaluator
measures the performance of the givenLemmatizer
with the provided referencesamples
.The factory that providesLemmatizer
default implementation and resources.A probabilisticLemmatizer
implementation.TheLemmatizerModel
is the model used by a learnableLemmatizer
.