List<HunspellStemmer.Stem> |
HunspellStemmer.applyAffix(char[] strippedWord,
int length,
HunspellAffix affix,
int recursionDepth) |
Applies the affix rule to the given word, producing a list of stems if any are found
|
List<HunspellStemmer.Stem> |
HunspellStemmer.stem(char[] word,
int length) |
Find the stem(s) of the provided word
|
List<HunspellStemmer.Stem> |
HunspellStemmer.stem(String word) |
Find the stem(s) of the provided word
|
List<HunspellStemmer.Stem> |
HunspellStemmer.uniqueStems(char[] word,
int length) |
Find the unique stem(s) of the provided word
|