I L M P V

I

iterator() - Method in class morfologik.stemming.PolishStemmer
Iterates over all dictionary forms stored in this stemmer.

L

lookup(CharSequence) - Method in class morfologik.stemming.PolishStemmer

M

morfologik.stemming - package morfologik.stemming
 

P

PolishStemmer - Class in morfologik.stemming
A dictionary-based stemmer for the Polish language.
PolishStemmer() - Constructor for class morfologik.stemming.PolishStemmer
This constructor is initialized with MORFOLOGIK to preserve backward compatibility.
PolishStemmer(PolishStemmer.DICTIONARY) - Constructor for class morfologik.stemming.PolishStemmer
This constructor is initialized with a built-in dictionary or fails with a runtime exception if the dictionary is not available.
PolishStemmer.DICTIONARY - Enum in morfologik.stemming
The dictionary resource to load and use for the Polish stemmer.

V

valueOf(String) - Static method in enum morfologik.stemming.PolishStemmer.DICTIONARY
Returns the enum constant of this type with the specified name.
values() - Static method in enum morfologik.stemming.PolishStemmer.DICTIONARY
Returns an array containing the constants of this enum type, in the order they are declared.

I L M P V

Copyright © 2011. All Rights Reserved.