Uses of Interface
org.apache.lucene.analysis.hunspell.Stemmer.CaseVariationProcessor
Packages that use Stemmer.CaseVariationProcessor
Package
Description
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.CaseVariationProcessorModifier and TypeMethodDescription(package private) booleanStemmer.varyCase(char[] word, int length, WordCase wordCase, Stemmer.CaseVariationProcessor processor) private booleanStemmer.varySharpS(char[] word, int length, Stemmer.CaseVariationProcessor processor)