Uses of Class
morfologik.stemming.WordData
-
Packages that use WordData Package Description morfologik.stemming morfologik.stemming.polish -
-
Uses of WordData in morfologik.stemming
Fields in morfologik.stemming declared as WordData Modifier and Type Field Description private WordData
DictionaryIterator. entry
private WordData[]
DictionaryLookup. forms
Private internal array of reusable word data objects.Fields in morfologik.stemming with type parameters of type WordData Modifier and Type Field Description private ArrayViewList<WordData>
DictionaryLookup. formsList
A "view" over an array implementingMethods 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 java.util.Iterator<WordData>
DictionaryLookup. iterator()
Return an iterator over allWordData
entries available in the embeddedDictionary
.java.util.List<WordData>
DictionaryLookup. lookup(java.lang.CharSequence word)
Searches the automaton for a symbol sequence equal toword
, followed by a separator.java.util.List<WordData>
IStemmer. lookup(java.lang.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 java.util.Iterator<WordData>
PolishStemmer. iterator()
Iterates over all dictionary forms stored in this stemmer.java.util.List<WordData>
PolishStemmer. lookup(java.lang.CharSequence word)
Returns a list ofWordData
entries for a given word.
-