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 WordContext
Stemmer.StemCandidateProcessor.context
Methods in org.apache.lucene.analysis.hunspell that return WordContextModifier and TypeMethodDescriptionstatic WordContext
Returns 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) boolean
Stemmer.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 boolean
Stemmer.isAffixCompatible
(int affix, boolean isPrefix, int outerPrefix, int outerSuffix, WordContext context) private boolean
Stemmer.isRootCompatibleWithContext
(WordContext context, int lastAffix, int entryId) Constructors in org.apache.lucene.analysis.hunspell with parameters of type WordContext