| Package | Description |
|---|---|
| eus.ixa.ixa.pipe.lemma | |
| eus.ixa.ixa.pipe.lemma.dict |
Package containing the Dictionary lemmatizer classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LemmatizerME
A probabilistic lemmatizer.
|
| Constructor and Description |
|---|
LemmatizerEvaluator(Lemmatizer aLemmatizer,
LemmatizerEvaluationMonitor... listeners)
Initializes the current instance.
|
| 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 |
MorfologikLemmatizer
Lemmatizer based on Morfologik Stemming library.
|
Copyright © 2016 IXA pipes. All rights reserved.