Uses of Class
org.apache.lucene.analysis.hunspell.WordFormGenerator.FlagSet
Packages that use WordFormGenerator.FlagSet
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of WordFormGenerator.FlagSet in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell with type parameters of type WordFormGenerator.FlagSetModifier and TypeFieldDescription(package private) final Set<WordFormGenerator.FlagSet> WordFormGenerator.WordCompressor.StemWithFlags.flags(package private) final Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.State.stemToFlagsprivate final Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.stemToPossibleFlagsMethods in org.apache.lucene.analysis.hunspell that return types with arguments of type WordFormGenerator.FlagSetModifier 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) Methods in org.apache.lucene.analysis.hunspell with parameters of type WordFormGenerator.FlagSetModifier and TypeMethodDescriptionprivate Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.addFlags(WordFormGenerator.State state, String stem, WordFormGenerator.FlagSet flags) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type WordFormGenerator.FlagSetModifier and TypeMethodDescriptionWordFormGenerator.WordCompressor.allGenerated(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags) (package private) static CharHashSetWordFormGenerator.FlagSet.flatten(Set<WordFormGenerator.FlagSet> flagSets) private WordFormGenerator.StateWordFormGenerator.WordCompressor.newState(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags) Constructor parameters in org.apache.lucene.analysis.hunspell with type arguments of type WordFormGenerator.FlagSetModifierConstructorDescription(package private)State(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags, int underGenerated, int overGenerated, int potentialCoverage) (package private)StemWithFlags(String stem, Set<WordFormGenerator.FlagSet> flags)