Uses of Class
morfologik.stemming.WordData

Uses of WordData in morfologik.stemming
 

Methods in morfologik.stemming that return WordData
protected  WordData WordData.clone()
          Declare a covariant of Object.clone() that returns a deep copy of this object.
 WordData DictionaryIterator.next()
           
 

Methods in morfologik.stemming that return types with arguments of type WordData
 java.util.Iterator<WordData> DictionaryLookup.iterator()
          Return an iterator over all WordData entries available in the embedded Dictionary.
 java.util.List<WordData> DictionaryLookup.lookup(java.lang.CharSequence word)
          Searches the automaton for a symbol sequence equal to word, followed by a separator.
 java.util.List<WordData> IStemmer.lookup(java.lang.CharSequence word)
          Returns a list of WordData entries for a given word.
 



Copyright © 2011. All Rights Reserved.