Uses of Interface
morfologik.stemming.IStemmer
-
Packages that use IStemmer Package Description morfologik.stemming morfologik.stemming.polish -
-
Uses of IStemmer in morfologik.stemming
Classes in morfologik.stemming that implement IStemmer Modifier and Type Class Description class
DictionaryLookup
This class implements a dictionary lookup of an inflected word over a dictionary previously compiled using thedict_compile
tool. -
Uses of IStemmer in morfologik.stemming.polish
Classes in morfologik.stemming.polish that implement IStemmer Modifier and Type Class Description class
PolishStemmer
A dictionary-based stemmer for the Polish language.
-