Uses of Class
org.apache.lucene.analysis.hunspell.WordFormGenerator.AffixEntry
-
Packages that use WordFormGenerator.AffixEntry 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 WordFormGenerator.AffixEntry in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell with type parameters of type WordFormGenerator.AffixEntry Modifier and Type Field Description private java.util.Map<java.lang.Character,java.util.List<WordFormGenerator.AffixEntry>>
WordFormGenerator. affixes
Methods in org.apache.lucene.analysis.hunspell with parameters of type WordFormGenerator.AffixEntry Modifier and Type Method Description private char[]
WordFormGenerator. appendFlags(WordFormGenerator.AffixEntry affix)
-