Uses of Enum Class
org.apache.lucene.analysis.hunspell.WordContext
Packages that use WordContext
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of WordContext in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as WordContextModifier and TypeFieldDescriptionprivate final WordContextStemmer.StemCandidateProcessor.contextMethods in org.apache.lucene.analysis.hunspell that return WordContextModifier and TypeMethodDescriptionstatic WordContextReturns the enum constant of this class with the specified name.static WordContext[]WordContext.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.analysis.hunspell with parameters of type WordContextModifier and TypeMethodDescription(package private) booleanStemmer.doStem(char[] word, int offset, int length, WordContext context, Stemmer.RootProcessor processor) Hunspell.findStem(char[] wordChars, int offset, int length, WordCase originalCase, WordContext context) private booleanStemmer.isAffixCompatible(int affix, boolean isPrefix, int outerPrefix, int outerSuffix, WordContext context) private booleanStemmer.isRootCompatibleWithContext(WordContext context, int lastAffix, int entryId) Constructors in org.apache.lucene.analysis.hunspell with parameters of type WordContext