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 with type parameters of type CompoundRule Modifier and Type Field Description (package private) java.util.List<CompoundRule>
Dictionary. compoundRules
Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type CompoundRule Modifier and Type Method Description private java.util.List<CompoundRule>
Dictionary. parseCompoundRules(java.io.LineNumberReader reader, int num)
-