Uses of Class
org.apache.lucene.analysis.hunspell.Dictionary
Packages that use Dictionary
Package
Description
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
-
Uses of Dictionary in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as DictionaryModifier and TypeFieldDescriptionprivate DictionaryHunspellStemFilterFactory.dictionaryprivate final DictionaryStemmer.dictionaryConstructors in org.apache.lucene.analysis.hunspell with parameters of type DictionaryModifierConstructorDescriptionHunspellStemFilter(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.