Uses of Class
org.apache.lucene.analysis.hunspell.WordFormGenerator.State
Packages that use WordFormGenerator.State
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of WordFormGenerator.State in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell with type parameters of type WordFormGenerator.StateModifier and TypeFieldDescriptionprivate final Comparator<WordFormGenerator.State> WordFormGenerator.WordCompressor.solutionFitnessMethods in org.apache.lucene.analysis.hunspell that return WordFormGenerator.StateModifier and TypeMethodDescriptionprivate WordFormGenerator.StateWordFormGenerator.WordCompressor.newState(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags) Methods in org.apache.lucene.analysis.hunspell with parameters of type WordFormGenerator.StateModifier and TypeMethodDescriptionprivate Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.addFlags(WordFormGenerator.State state, String stem, WordFormGenerator.FlagSet flags) private Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.addStem(WordFormGenerator.State state, String stem) (package private) EntrySuggestionWordFormGenerator.WordCompressor.toSuggestion(WordFormGenerator.State state)