Package org.apache.lucene.analysis.hunspell

Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.

See:
          Description

Class Summary
HunspellAffix Wrapper class representing a hunspell affix
HunspellDictionary In-memory structure for the dictionary (.dic) and affix (.aff) data of a hunspell dictionary.
HunspellStemFilter TokenFilter that uses hunspell affix rules and words to stem tokens.
HunspellStemFilterFactory TokenFilterFactory that creates instances of HunspellStemFilter.
HunspellStemmer HunspellStemmer uses the affix rules declared in the HunspellDictionary to generate one or more stems for a word.
HunspellStemmer.Stem Stem represents all information known about a stem of a word.
HunspellWord A dictionary (.dic) entry with its associated flags.
 

Package org.apache.lucene.analysis.hunspell Description

Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm.

Dictionaries can be found on OpenOffice's wiki



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.