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

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

net.java.sen での Reading の使用
 

Reading を返す net.java.sen のメソッド
 Reading ReadingProcessor.getReadingConstraint(int position)
          Gets a reading constraint set on the currently analysed text
 

Reading 型の引数を持つ型を返す net.java.sen のメソッド
 java.util.SortedMap<java.lang.Integer,Reading> ReadingProcessor.ReadingResult.getBaseReadings()
          Gets the base readings resulting from processing of the result's text.
 java.util.List<Reading> ReadingProcessor.getDisplayReadings()
          Returns a list of readings generated from the current text.
 java.util.SortedMap<java.lang.Integer,Reading> ReadingProcessor.ReadingResult.getDisplayReadings()
          Gets the visible reading fragments resulting from processing of the result's text.
 

Reading 型のパラメータを持つ net.java.sen のメソッド
 void ReadingProcessor.setReadingConstraint(Reading constraint)
          Sets a reading constraint on the currently analysed text.
 

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

Reading を返す net.java.sen.dictionary のメソッド
 Reading Sentence.getReadingConstraint(int position)
          Gets the reading constraint at the given position, if any
 

Reading 型のパラメータを持つ net.java.sen.dictionary のメソッド
 void Sentence.setReadingConstraint(Reading constraint)
          Sets a reading constraint on the Sentence starting at position; any existing constraints that overlap the new constraint will be removed.
 

net.java.sen.filter での Reading の使用
 

Reading 型の型パラメータを持つ net.java.sen.filter のフィールド
 java.util.List<Reading> ReadingNode.baseReadings
          A sorted list of readings within the covered range of morphemes.
 java.util.List<Reading> ReadingNode.displayReadings
          A sorted list of visible reading fragments within the covered range of morphemes
 



Copyright ? 2008. All Rights Reserved.