| Package | Description |
|---|---|
| morfologik.stemming | |
| morfologik.stemming.polish |
| Modifier and Type | Method and Description |
|---|---|
protected WordData |
WordData.clone()
Declare a covariant of
Object.clone() that returns a deep copy of
this object. |
WordData |
DictionaryIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<WordData> |
DictionaryLookup.iterator()
Return an iterator over all
WordData entries available in the
embedded Dictionary. |
List<WordData> |
DictionaryLookup.lookup(CharSequence word)
Searches the automaton for a symbol sequence equal to
word,
followed by a separator. |
List<WordData> |
IStemmer.lookup(CharSequence word)
Returns a list of
WordData entries for a given word. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<WordData> |
PolishStemmer.iterator()
Iterates over all dictionary forms stored in this stemmer.
|
List<WordData> |
PolishStemmer.lookup(CharSequence word)
Returns a list of
WordData entries for a given word. |
Copyright © 2016. All rights reserved.