Package | Description |
---|---|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
Modifier and Type | Method | Description |
---|---|---|
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
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.