|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WordData | |
|---|---|
| morfologik.stemming | |
| Uses of WordData in morfologik.stemming |
|---|
| Methods in morfologik.stemming that return WordData | |
|---|---|
protected WordData |
WordData.clone()
Declare a covariant of Object.clone() that returns a deep copy of
this object. |
WordData |
DictionaryIterator.next()
|
| Methods in morfologik.stemming that return types with arguments of type WordData | |
|---|---|
Iterator<WordData> |
DictionaryLookup.iterator()
Return an iterator over all WordData entries available in the
embedded Dictionary. |
Iterator<WordData> |
PolishStemmer.iterator()
Iterates over all dictionary forms stored in this stemmer. |
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. |
List<WordData> |
PolishStemmer.lookup(CharSequence word)
Returns a list of WordData entries for a given word. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||