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 WordDataDictionaryIterator.entryprivate WordData[]DictionaryLookup.formsPrivate internal array of reusable word data objects.Fields in morfologik.stemming with type parameters of type WordDataModifier and TypeFieldDescriptionprivate final ArrayViewList<WordData> DictionaryLookup.formsListA "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 allWordDataentries 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 ofWordDataentries for a given word. -
Uses of WordData in morfologik.stemming.polish
Methods in morfologik.stemming.polish that return types with arguments of type WordData