Uses of Class
morfologik.fsa.ByteSequenceIterator
-
Packages that use ByteSequenceIterator Package Description morfologik.fsa morfologik.speller morfologik.stemming -
-
Uses of ByteSequenceIterator in morfologik.fsa
Methods in morfologik.fsa that return ByteSequenceIterator Modifier and Type Method Description ByteSequenceIterator
ByteSequenceIterator. restartFrom(int node)
Restart walking fromnode
. -
Uses of ByteSequenceIterator in morfologik.speller
Fields in morfologik.speller declared as ByteSequenceIterator Modifier and Type Field Description private ByteSequenceIterator
Speller. finalStatesIterator
An iterator for walking along the final states ofSpeller.fsa
. -
Uses of ByteSequenceIterator in morfologik.stemming
Fields in morfologik.stemming declared as ByteSequenceIterator Modifier and Type Field Description private ByteSequenceIterator
DictionaryLookup. finalStatesIterator
An iterator for walking along the final states ofDictionaryLookup.fsa
.
-