Package morfologik.stemming

Interface Summary
IStemmer A generic "stemmer" interface in Morfologik.
 

Class Summary
Dictionary A dictionary combines FSA automaton and metadata describing the internals of dictionary entries' coding (DictionaryMetadata.
DictionaryIterator An iterator over WordData entries of a Dictionary.
DictionaryLookup This class implements a dictionary lookup over an FSA dictionary.
DictionaryMetadata Description of attributes, their types and default values.
PolishStemmer A dictionary-based stemmer for the Polish language.
WordData Stem and tag data associated with a given word.