morfologik.stemmers
Class Stempelator

java.lang.Object
  extended by morfologik.stemmers.CascadedStemmer
      extended by morfologik.stemmers.Stempelator
All Implemented Interfaces:
IStemmer

public final class Stempelator
extends CascadedStemmer

A hybrid stemmer for the Polish language (a combination of Lametyzator, a dictionary-based stemmer and Stempel, a heuristic stemmer).


Constructor Summary
Stempelator()
          Instantiate Stempel and Lametyzator with default dictionaries.
 
Method Summary
 
Methods inherited from class morfologik.stemmers.CascadedStemmer
stem, stemAndForm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stempelator

public Stempelator()
            throws java.io.IOException

Instantiate Stempel and Lametyzator with default dictionaries.

Instatiation can be quite time-consuming. Cache instances of the stemmer and reuse them. IStemmer objects are thread-safe.

Throws:
java.io.IOException