クラス
net.java.sen.dictionary.Dictionary の使用

Dictionary を使用しているパッケージ
net.java.sen.dictionary   
net.java.sen.tokenizers.ja   
 

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

Dictionary として宣言されている net.java.sen.dictionary のフィールド
protected  Dictionary Tokenizer.dictionary
          The Dictionary used to find possible morphemes
 

Dictionary を返す net.java.sen.dictionary のメソッド
 Dictionary Tokenizer.getDictionary()
           
 

Dictionary 型のパラメータを持つ net.java.sen.dictionary のコンストラクタ
Morpheme(Dictionary dictionary, int partOfSpeechIndex)
          Builds a lazy proxy onto a part-of-speech stored in a Dictionary
Tokenizer(Dictionary dictionary, java.lang.String unknownPartOfSpeechDescription)
          Constructs a new Tokenizer that uses the specified Dictionary to find possible morphemes within a given string
 

net.java.sen.tokenizers.ja での Dictionary の使用
 

Dictionary 型のパラメータを持つ net.java.sen.tokenizers.ja のコンストラクタ
JapaneseTokenizer(Dictionary dictionary, java.lang.String unknownPartOfSpeechDescription)
          Creates a JapaneseTokenizer with the given Dictionary
 



Copyright ? 2008. All Rights Reserved.