Package | Description |
---|---|
org.apache.lucene.analysis.hunspell |
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Dictionary.DoubleASCIIFlagParsingStrategy
Implementation of
Dictionary.FlagParsingStrategy that assumes each flag is encoded as two ASCII characters whose codes
must be combined into a single character. |
private static class |
Dictionary.NumFlagParsingStrategy
Implementation of
Dictionary.FlagParsingStrategy that assumes each flag is encoded in its numerical form. |
private static class |
Dictionary.SimpleFlagParsingStrategy
Simple implementation of
Dictionary.FlagParsingStrategy that treats the chars in each String as a individual flags. |
Modifier and Type | Field and Description |
---|---|
private Dictionary.FlagParsingStrategy |
Dictionary.flagParsingStrategy |
Modifier and Type | Method and Description |
---|---|
(package private) static Dictionary.FlagParsingStrategy |
Dictionary.getFlagParsingStrategy(java.lang.String flagLine)
Determines the appropriate
Dictionary.FlagParsingStrategy based on the FLAG definition line taken from the affix file |