Package | Description |
---|---|
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
Modifier and Type | Class and Description |
---|---|
class |
DictionaryLemmatizer
Lemmatize by simple dictionary lookup into a hashmap built from a file
containing, for each line, word\tablemma\tabpostag.
|
class |
LemmatizerME
A probabilistic lemmatizer.
|
Constructor and Description |
---|
LemmatizerEvaluator(Lemmatizer aLemmatizer,
LemmatizerEvaluationMonitor... listeners)
Initializes the current instance.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.