Class DictionaryIterator
java.lang.Object
morfologik.stemming.DictionaryIterator
An iterator over
WordData entries of a Dictionary. The stems can be decoded from compressed format or
the compressed form can be preserved.-
Constructor Summary
ConstructorsConstructorDescriptionDictionaryIterator(Dictionary dictionary, CharsetDecoder decoder, boolean decodeStems) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
DictionaryIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-