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.CompoundPart
Hunspell.CompoundPart.prev
Methods in org.apache.lucene.analysis.hunspell with parameters of type Hunspell.CompoundPartModifier and TypeMethodDescriptionprivate boolean
Hunspell.checkCompoundPatternReplacements
(CharsRef word, int pos, WordCase originalCase, Hunspell.CompoundPart prev) private boolean
Hunspell.checkCompounds
(CharsRef word, WordCase originalCase, Hunspell.CompoundPart prev) private boolean
Hunspell.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)