Uses of Class
org.apache.lucene.analysis.hunspell.Dictionary.FlagParsingStrategy
-
Packages that use Dictionary.FlagParsingStrategy Package Description org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm. -
-
Uses of Dictionary.FlagParsingStrategy in org.apache.lucene.analysis.hunspell
Subclasses of Dictionary.FlagParsingStrategy in org.apache.lucene.analysis.hunspell Modifier and Type Class Description private static classDictionary.DoubleASCIIFlagParsingStrategyImplementation ofDictionary.FlagParsingStrategythat assumes each flag is encoded as two ASCII characters whose codes must be combined into a single character.private static classDictionary.NumFlagParsingStrategyImplementation ofDictionary.FlagParsingStrategythat assumes each flag is encoded in its numerical form.private static classDictionary.SimpleFlagParsingStrategySimple implementation ofDictionary.FlagParsingStrategythat treats the chars in each String as a individual flags.Fields in org.apache.lucene.analysis.hunspell declared as Dictionary.FlagParsingStrategy Modifier and Type Field Description private Dictionary.FlagParsingStrategyDictionary. flagParsingStrategyMethods in org.apache.lucene.analysis.hunspell that return Dictionary.FlagParsingStrategy Modifier and Type Method Description (package private) static Dictionary.FlagParsingStrategyDictionary. getFlagParsingStrategy(java.lang.String flagLine)Determines the appropriateDictionary.FlagParsingStrategybased on the FLAG definition line taken from the affix file
-