インタフェース
net.java.sen.trie.CharIterator の使用

CharIterator を使用しているパッケージ
net.java.sen.dictionary   
net.java.sen.trie   
 

net.java.sen.dictionary での CharIterator の使用
 

net.java.sen.dictionary での CharIterator のサブインタフェース
 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.
 

CharIterator 型のパラメータを持つ net.java.sen.dictionary のメソッド
 CToken[] Dictionary.commonPrefixSearch(CharIterator iterator)
          Searches for possible morphemes starting at the current position of a CharIterator.
 

net.java.sen.trie での CharIterator の使用
 

CharIterator 型のパラメータを持つ net.java.sen.trie のメソッド
 int TrieSearcher.commonPrefixSearch(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 ? 2008. All Rights Reserved.