Package | Description |
---|---|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
Modifier and Type | Method and Description |
---|---|
java.util.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
|
java.util.List<HunspellStemmer.Stem> |
HunspellStemmer.stem(char[] word,
int length)
Find the stem(s) of the provided word
|
java.util.List<HunspellStemmer.Stem> |
HunspellStemmer.stem(java.lang.String word)
Find the stem(s) of the provided word
|
java.util.List<HunspellStemmer.Stem> |
HunspellStemmer.uniqueStems(char[] word,
int length)
Find the unique stem(s) of the provided word
|
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.