Uses of Class
org.apache.lucene.analysis.hunspell.Hunspell.CompoundPart
Packages that use Hunspell.CompoundPart
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of Hunspell.CompoundPart in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as Hunspell.CompoundPartModifier and TypeFieldDescription(package private) final Hunspell.CompoundPartHunspell.CompoundPart.prevMethods in org.apache.lucene.analysis.hunspell with parameters of type Hunspell.CompoundPartModifier and TypeMethodDescriptionprivate booleanHunspell.checkCompoundPatternReplacements(CharsRef word, int pos, WordCase originalCase, Hunspell.CompoundPart prev) private booleanHunspell.checkCompounds(CharsRef word, WordCase originalCase, Hunspell.CompoundPart prev) private booleanHunspell.checkCompoundsAfter(WordCase originalCase, Hunspell.CompoundPart prev) Constructors in org.apache.lucene.analysis.hunspell with parameters of type Hunspell.CompoundPartModifierConstructorDescription(package private)CompoundPart(Hunspell.CompoundPart prev, CharsRef tail, int length, Root<CharsRef> root, CheckCompoundPattern enabler)