morfologik.stemming
Class DictionaryIterator
java.lang.Object
morfologik.stemming.DictionaryIterator
- All Implemented Interfaces:
- Iterator<WordData>
public final class DictionaryIterator
- extends Object
- implements Iterator<WordData>
An iterator over WordData entries of a Dictionary. The stems
can be decoded from compressed format or the compressed form can be
preserved.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DictionaryIterator
public DictionaryIterator(Dictionary dictionary,
CharsetDecoder decoder,
boolean decodeStems)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<WordData>
next
public WordData next()
- Specified by:
next in interface Iterator<WordData>
remove
public void remove()
- Specified by:
remove in interface Iterator<WordData>
Copyright © 2010. All Rights Reserved.