Uses of Class
morfologik.stemming.WordData
Packages that use WordData
-
Uses of WordData in morfologik.stemming
Classes in morfologik.stemming that implement interfaces with type arguments of type WordDataModifier and TypeClassDescriptionfinal classAn iterator overWordDataentries of aDictionary.final classThis class implements a dictionary lookup of an inflected word over a dictionary previously compiled using thedict_compiletool.Methods 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
Classes in morfologik.stemming.polish that implement interfaces with type arguments of type WordDataModifier and TypeClassDescriptionfinal classA dictionary-based stemmer for the Polish language.Methods in morfologik.stemming.polish that return types with arguments of type WordData