Uses of Interface
org.apache.lucene.analysis.hunspell.Stemmer.RootProcessor
Packages that use Stemmer.RootProcessor
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of Stemmer.RootProcessor in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell with parameters of type Stemmer.RootProcessorModifier and TypeMethodDescription(package private) voidStemmer.analyze(char[] word, int length, Stemmer.RootProcessor processor) (package private) booleanStemmer.doStem(char[] word, int offset, int length, WordContext context, Stemmer.RootProcessor processor)