Uses of Class
org.apache.lucene.analysis.hunspell.Hunspell.CompoundPart
-
Packages that use Hunspell.CompoundPart Package Description org.apache.lucene.analysis.hunspell 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.CompoundPart Modifier and Type Field Description (package private) Hunspell.CompoundPart
Hunspell.CompoundPart. prev
Methods in org.apache.lucene.analysis.hunspell with parameters of type Hunspell.CompoundPart Modifier and Type Method Description private 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.CompoundPart Constructor Description CompoundPart(Hunspell.CompoundPart prev, CharsRef tail, int length, Root<CharsRef> root, CheckCompoundPattern enabler)
-