Uses of Interface
morfologik.stemmers.IStemmer

Packages that use IStemmer
morfologik.fsa.dictionary   
morfologik.stemmers   
 

Uses of IStemmer in morfologik.fsa.dictionary
 

Classes in morfologik.fsa.dictionary that implement IStemmer
 class DictionaryStemmer
          This class implements a dictionary lookup over an FSA dictionary.
 

Uses of IStemmer in morfologik.stemmers
 

Classes in morfologik.stemmers that implement IStemmer
 class CascadedStemmer
          This stemmer uses a sequence of IStemmer instances for lookup.
 class Lametyzator
          A stemmer performing dictionary lookups for stemmed forms and their tags.
 class Stempel
          A wrapper around Stempel - a heuristic stemmer by Andrzej Bialecki.
 class Stempelator
          A hybrid stemmer for the Polish language (a combination of Lametyzator, a dictionary-based stemmer and Stempel, a heuristic stemmer).
 

Constructors in morfologik.stemmers with parameters of type IStemmer
CascadedStemmer(IStemmer[] stemmers)