Package opennlp.morfologik.lemmatizer
Class MorfologikLemmatizer
java.lang.Object
opennlp.morfologik.lemmatizer.MorfologikLemmatizer
- All Implemented Interfaces:
- Lemmatizer
A 
Lemmatizer implementation based on Morfologik binary
 dictionaries- 
Constructor SummaryConstructorsConstructorDescriptionMorfologikLemmatizer(Path dictionaryPath) Initializes aMorfologikLemmatizerand relatedDictionaryfrom the input tab separated dictionary.MorfologikLemmatizer(morfologik.stemming.Dictionary dictionary) Initializes aMorfologikLemmatizerand relatedDictionaryfrom the input tab separated dictionary.
- 
Method Summary
- 
Constructor Details- 
MorfologikLemmatizerInitializes aMorfologikLemmatizerand relatedDictionaryfrom the input tab separated dictionary.- Parameters:
- dictionaryPath- The dictionary referenced via a valid, readable- Path.
- Throws:
- IOException- Thrown if IO errors occurred while reading in from- dictionaryPath.
 
- 
MorfologikLemmatizerpublic MorfologikLemmatizer(morfologik.stemming.Dictionary dictionary) Initializes aMorfologikLemmatizerand relatedDictionaryfrom the input tab separated dictionary.- Parameters:
- dictionary- The- Dictionaryto be used.
 
 
- 
- 
Method Details- 
lemmatize- Specified by:
- lemmatizein interface- Lemmatizer
 
- 
lemmatize- Specified by:
- lemmatizein interface- Lemmatizer
 
 
-