Uses of Interface
net.java.sen.trie.CharIterator

Packages that use CharIterator
net.java.sen.dictionary   
net.java.sen.trie   
 

Uses of CharIterator in net.java.sen.dictionary
 

Subinterfaces of CharIterator in net.java.sen.dictionary
 interface SentenceIterator
          An iterator over a sequence of characters, consisting of subsequences that may overlap, and that do not necessarily cover every character in the underlying sequence.
 

Methods in net.java.sen.dictionary with parameters of type CharIterator
 CToken[] Dictionary.commonPrefixSearch(CharIterator iterator)
          Searches for possible morphemes starting at the current position of a CharIterator.
 

Uses of CharIterator in net.java.sen.trie
 

Methods in net.java.sen.trie with parameters of type CharIterator
static int TrieSearcher.commonPrefixSearch(IntBuffer trieData, CharIterator iterator, int[] results)
          Searches for Trie keys forming a complete substring of the given sentence, starting at the given position within the sentence
 



Copyright © 2012. All Rights Reserved.