Package opennlp.tools.lemmatizer
package opennlp.tools.lemmatizer
-
ClassesClassDescriptionSimple feature generator for learning statistical lemmatizers.The default lemmatizer
SequenceValidatorimplementation.ALemmatizerimplementation that works by simple dictionary lookup into aMapbuilt from a file containing, for each line:Class for creating an event stream out of data files for training a probabilisticLemmatizer.ASequenceStreamimplementation encapsulatingsamples.Reads data for training and testing theLemmatizer.TheLemmatizerEvaluatormeasures the performance of the givenLemmatizerwith the provided referencesamples.The factory that providesLemmatizerdefault implementation and resources.A probabilisticLemmatizerimplementation.TheLemmatizerModelis the model used by a learnableLemmatizer.A thread-safe version of theLemmatizerME.