Uses of Class
org.apache.lucene.analysis.hunspell.Dictionary
-
Packages that use Dictionary 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 Dictionary in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as Dictionary Modifier and Type Field Description private DictionaryCheckCompoundPattern. dictionaryprivate DictionaryCompoundRule. dictionaryprivate DictionaryGeneratingSuggester. dictionary(package private) DictionaryHunspell. dictionaryprivate DictionaryHunspellStemFilterFactory. dictionaryprivate DictionaryStemmer. dictionaryMethods in org.apache.lucene.analysis.hunspell with parameters of type Dictionary Modifier and Type Method Description (package private) charWordContext. requiredFlag(Dictionary dictionary)Constructors in org.apache.lucene.analysis.hunspell with parameters of type Dictionary Constructor Description CheckCompoundPattern(java.lang.String unparsed, Dictionary.FlagParsingStrategy strategy, Dictionary dictionary)CompoundRule(java.lang.String rule, Dictionary dictionary)EntryFilter(Dictionary dic)Hunspell(Dictionary dictionary)Hunspell(Dictionary dictionary, TimeoutPolicy policy, java.lang.Runnable checkCanceled)HunspellStemFilter(TokenStream input, Dictionary dictionary)Create aHunspellStemFilteroutputting all possible stems.HunspellStemFilter(TokenStream input, Dictionary dictionary, boolean dedup)Create aHunspellStemFilteroutputting all possible stems.HunspellStemFilter(TokenStream input, Dictionary dictionary, boolean dedup, boolean longestOnly)Creates a new HunspellStemFilter that will stem tokens from the given TokenStream using affix rules in the provided DictionaryStemmer(Dictionary dictionary)Constructs a new Stemmer which will use the provided Dictionary to create its stems.
-