|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmorfologik.stemmers.CascadedStemmer
morfologik.stemmers.Stempelator
public final class Stempelator
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 |
---|
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.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |