Uses of Class
morfologik.stemming.WordData
-
Packages that use WordData Package Description morfologik.stemming morfologik.stemming.polish -
-
Uses of WordData in morfologik.stemming
Methods in morfologik.stemming that return WordData Modifier and Type Method Description WordData
WordData. clone()
Declare a covariant ofObject.clone()
that returns a deep copy of this object.WordData
DictionaryIterator. next()
Methods in morfologik.stemming that return types with arguments of type WordData Modifier and Type Method Description Iterator<WordData>
DictionaryLookup. iterator()
Return an iterator over allWordData
entries available in the embeddedDictionary
.List<WordData>
DictionaryLookup. lookup(CharSequence word)
Searches the automaton for a symbol sequence equal toword
, followed by a separator.List<WordData>
IStemmer. lookup(CharSequence word)
Returns a list ofWordData
entries for a given word. -
Uses of WordData in morfologik.stemming.polish
Methods in morfologik.stemming.polish that return types with arguments of type WordData Modifier and Type Method Description Iterator<WordData>
PolishStemmer. iterator()
Iterates over all dictionary forms stored in this stemmer.List<WordData>
PolishStemmer. lookup(CharSequence word)
Returns a list ofWordData
entries for a given word.
-