Package opennlp.morfologik.lemmatizer
Klasse MorfologikLemmatizer
java.lang.Object
opennlp.morfologik.lemmatizer.MorfologikLemmatizer
- Alle implementierten Schnittstellen:
Lemmatizer
A
Lemmatizer implementation based on Morfologik binary
dictionaries-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMorfologikLemmatizer(Path dictionaryPath) Initializes aMorfologikLemmatizerand relatedDictionaryfrom the input tab separated dictionary.MorfologikLemmatizer(morfologik.stemming.Dictionary dictionary) Initializes aMorfologikLemmatizerand relatedDictionaryfrom the input tab separated dictionary. -
Methodenübersicht
-
Konstruktordetails
-
MorfologikLemmatizer
Initializes aMorfologikLemmatizerand relatedDictionaryfrom the input tab separated dictionary.- Parameter:
dictionaryPath- The dictionary referenced via a valid, readablePath.- Löst aus:
IOException- Thrown if IO errors occurred while reading in fromdictionaryPath.
-
MorfologikLemmatizer
public MorfologikLemmatizer(morfologik.stemming.Dictionary dictionary) Initializes aMorfologikLemmatizerand relatedDictionaryfrom the input tab separated dictionary.- Parameter:
dictionary- TheDictionaryto be used.
-
-
Methodendetails
-
lemmatize
- Angegeben von:
lemmatizein SchnittstelleLemmatizer
-
lemmatize
- Angegeben von:
lemmatizein SchnittstelleLemmatizer
-