Uses of Package
org.apache.lucene.analysis.hunspell
Packages that use org.apache.lucene.analysis.hunspell
Package
Description
Stemming TokenFilter using a Java implementation of the
Hunspell stemming algorithm.
-
Classes in org.apache.lucene.analysis.hunspell used by org.apache.lucene.analysis.hunspellClassDescriptionIn-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.Abstraction of the process of parsing flags taken from the affix and dic filesStemmer uses the affix rules declared in the Dictionary to generate one or more stems for a word.