Uses of Class
morfologik.stemming.WordData
Packages that use WordData
-
Uses of WordData in morfologik.stemming
Fields in morfologik.stemming declared as WordDataModifier and TypeFieldDescriptionprivate final WordData
DictionaryIterator.entry
private WordData[]
DictionaryLookup.forms
Private internal array of reusable word data objects.Fields in morfologik.stemming with type parameters of type WordDataModifier and TypeFieldDescriptionprivate final ArrayViewList
<WordData> DictionaryLookup.formsList
A "view" over an array implementingMethods in morfologik.stemming that return WordDataModifier and TypeMethodDescriptionWordData.clone()
Declare a covariant ofObject.clone()
that returns a deep copy of this object.DictionaryIterator.next()
Methods in morfologik.stemming that return types with arguments of type WordDataModifier and TypeMethodDescriptionDictionaryLookup.iterator()
Return an iterator over allWordData
entries available in the embeddedDictionary
.DictionaryLookup.lookup
(CharSequence word) Searches the automaton for a symbol sequence equal toword
, followed by a separator.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