Uses of Interface
org.apache.lucene.analysis.hunspell.Stemmer.CaseVariationProcessor
-
Packages that use Stemmer.CaseVariationProcessor Package Description org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell), and a stemming TokenFilter (HunspellStemFilter) based on it. -
-
Uses of Stemmer.CaseVariationProcessor in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell with parameters of type Stemmer.CaseVariationProcessor Modifier and Type Method Description (package private) booleanStemmer. varyCase(char[] word, int length, WordCase wordCase, Stemmer.CaseVariationProcessor processor)private booleanStemmer. varySharpS(char[] word, int length, Stemmer.CaseVariationProcessor processor)
-