Uses of Class
org.apache.lucene.analysis.hunspell.DictEntry
Packages that use DictEntry
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.-
Uses of DictEntry in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as DictEntryFields in org.apache.lucene.analysis.hunspell with type parameters of type DictEntryMethods in org.apache.lucene.analysis.hunspell that return DictEntryModifier and TypeMethodDescription(package private) static DictEntry
(package private) DictEntry
AffixedWord.getDictEntry()
Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type DictEntryModifier and TypeMethodDescriptionEntrySuggestion.getEntriesToAdd()
EntrySuggestion.getEntriesToEdit()
Methods in org.apache.lucene.analysis.hunspell with parameters of type DictEntryModifier and TypeMethodDescriptionprivate List<AffixedWord>
WordFormGenerator.getAllWordForms
(DictEntry entry, char[] encodedFlags, Runnable checkCanceled) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type DictEntryModifier and TypeMethodDescriptionprivate void
WordFormGenerator.WordCompressor.addEntry
(List<DictEntry> toEdit, List<DictEntry> toAdd, String stem, Set<Character> flags) Constructors in org.apache.lucene.analysis.hunspell with parameters of type DictEntryModifierConstructorDescription(package private)
AffixedWord
(String word, DictEntry entry, List<AffixedWord.Affix> prefixes, List<AffixedWord.Affix> suffixes) Constructor parameters in org.apache.lucene.analysis.hunspell with type arguments of type DictEntry