Uses of Class
org.apache.lucene.analysis.hunspell.CompoundRule
-
Packages that use CompoundRule 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 CompoundRule in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as CompoundRule Modifier and Type Field Description (package private) CompoundRule[]
Dictionary. compoundRules
Methods in org.apache.lucene.analysis.hunspell that return CompoundRule Modifier and Type Method Description private CompoundRule[]
Dictionary. parseCompoundRules(java.io.LineNumberReader reader, int num)
-