public final class PolishStemmer extends java.lang.Object implements IStemmer, java.lang.Iterable<WordData>
DictionaryLookup| Modifier and Type | Class and Description |
|---|---|
static class |
PolishStemmer.DICTIONARY
The dictionary resource to load and use for the Polish stemmer.
|
| Constructor and Description |
|---|
PolishStemmer()
This constructor is initialized with
PolishStemmer.DICTIONARY.MORFOLOGIK to preserve
backward compatibility. |
PolishStemmer(PolishStemmer.DICTIONARY dictionary)
This constructor is initialized with a built-in dictionary or fails with
a runtime exception if the dictionary is not available.
|
public PolishStemmer()
PolishStemmer.DICTIONARY.MORFOLOGIK to preserve
backward compatibility. It will fail with a runtime exception if the dictionary
is not available.public PolishStemmer(PolishStemmer.DICTIONARY dictionary)
public java.util.List<WordData> lookup(java.lang.CharSequence word)
Copyright © 2012. All Rights Reserved.