|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use HunspellStemmer.Stem | |
|---|---|
| org.apache.lucene.analysis.hunspell | Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm. |
| Uses of HunspellStemmer.Stem in org.apache.lucene.analysis.hunspell |
|---|
| Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type HunspellStemmer.Stem | |
|---|---|
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 |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||