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
KonstruktorBeschreibungMorfologikLemmatizer
(Path dictionaryPath) Initializes aMorfologikLemmatizer
and relatedDictionary
from the input tab separated dictionary.MorfologikLemmatizer
(morfologik.stemming.Dictionary dictionary) Initializes aMorfologikLemmatizer
and relatedDictionary
from the input tab separated dictionary. -
Methodenübersicht
-
Konstruktordetails
-
MorfologikLemmatizer
Initializes aMorfologikLemmatizer
and relatedDictionary
from 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 aMorfologikLemmatizer
and relatedDictionary
from the input tab separated dictionary.- Parameter:
dictionary
- TheDictionary
to be used.
-
-
Methodendetails
-
lemmatize
- Angegeben von:
lemmatize
in SchnittstelleLemmatizer
-
lemmatize
- Angegeben von:
lemmatize
in SchnittstelleLemmatizer
-