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 WordDataDictionaryIterator. entryprivate WordData[]DictionaryLookup. formsPrivate 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. formsListA "view" over an array implementingMethods in morfologik.stemming that return WordData Modifier and Type Method Description WordDataWordData. clone()Declare a covariant ofObject.clone()that returns a deep copy of this object.WordDataDictionaryIterator. 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 allWordDataentries 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 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 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 ofWordDataentries for a given word.
-