|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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
| Method Summary | |
|---|---|
SortedMap<Integer,Reading> |
getBaseReadings()
Gets the base readings resulting from processing of the result's text. |
SortedMap<Integer,Reading> |
getDisplayReadings()
Gets the visible reading fragments resulting from processing of the result's text. |
List<Token> |
getPossibleTokens(int position)
Searches for possible tokens starting at the given position within the result's text |
List<Token> |
getTokens()
Gets the tokens resulting from analysis of the result's text. |
BitSet |
getVisibleTokens()
Gets the set of tokens that contain at least one visible reading. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public 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 SortedMap<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 SortedMap<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 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 List<Token> getPossibleTokens(int position)
position - The position to search at
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||