|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectnet.java.sen.ReadingProcessor.ReadingResult
public static class ReadingProcessor.ReadingResult
The result of reading processing. Once created, the contents are unaffected by any later changes applied to the reading processor
メソッドの概要 | |
---|---|
java.util.SortedMap<java.lang.Integer,Reading> |
getBaseReadings()
Gets the base readings resulting from processing of the result's text. |
java.util.SortedMap<java.lang.Integer,Reading> |
getDisplayReadings()
Gets the visible reading fragments resulting from processing of the result's text. |
java.util.List<Token> |
getPossibleTokens(int position)
Searches for possible tokens starting at the given position within the result's text |
java.util.List<Token> |
getTokens()
Gets the tokens resulting from analysis of the result's text. |
java.util.BitSet |
getVisibleTokens()
Gets the set of tokens that contain at least one visible reading. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public java.util.List<Token> getTokens()
ReadingProcessor
, it is not copied internally, and any
changes you make to the returned data will be reflected by
subsequent calls to this method on the same ReadingProcessor.ReadingResult
object
public java.util.SortedMap<java.lang.Integer,Reading> getBaseReadings()
ReadingProcessor
, it is not copied internally, and any
changes you make to the returned data will be reflected by
subsequent calls to this method on the same ReadingProcessor.ReadingResult
object
public java.util.SortedMap<java.lang.Integer,Reading> getDisplayReadings()
ReadingProcessor
, it is not copied internally, and any
changes you make to the returned data will be reflected by
subsequent calls to this method on the same ReadingProcessor.ReadingResult
object
public java.util.BitSet getVisibleTokens()
true
at the Token
's index.ReadingProcessor
, it is not copied internally, and any
changes you make to the returned data will be reflected by
subsequent calls to this method on the same ReadingProcessor.ReadingResult
object
public java.util.List<Token> getPossibleTokens(int position)
position
- The position to search at
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |