Interface | Description |
---|---|
Lemmatizer |
The interface for lemmatizers.
|
LemmatizerContextGenerator |
Interface for the context generator used for probabilistic lemmatizer.
|
LemmatizerEvaluationMonitor |
Interface for the lemmatizer evaluator.
|
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\tablemma\tabpostag.
|
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 |
The
LemmatizerEvaluator measures the performance of
the given Lemmatizer with the provided reference
LemmaSample s. |
LemmatizerFactory | |
LemmatizerME |
A probabilistic lemmatizer.
|
LemmatizerModel |
The
LemmatizerModel is the model used
by a learnable Lemmatizer . |
Copyright © 2017 The Apache Software Foundation. All rights reserved.