|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Reading | |
|---|---|
| net.java.sen | |
| net.java.sen.dictionary | |
| net.java.sen.filter | |
| Uses of Reading in net.java.sen |
|---|
| Methods in net.java.sen that return Reading | |
|---|---|
Reading |
ReadingProcessor.getReadingConstraint(int position)
Gets a reading constraint set on the currently analysed text |
| Methods in net.java.sen that return types with arguments of type Reading | |
|---|---|
SortedMap<Integer,Reading> |
ReadingProcessor.ReadingResult.getBaseReadings()
Gets the base readings resulting from processing of the result's text. |
List<Reading> |
ReadingProcessor.getDisplayReadings()
Returns a list of readings generated from the current text. |
SortedMap<Integer,Reading> |
ReadingProcessor.ReadingResult.getDisplayReadings()
Gets the visible reading fragments resulting from processing of the result's text. |
| Methods in net.java.sen with parameters of type Reading | |
|---|---|
void |
ReadingProcessor.setReadingConstraint(Reading constraint)
Sets a reading constraint on the currently analysed text. |
| Uses of Reading in net.java.sen.dictionary |
|---|
| Methods in net.java.sen.dictionary that return Reading | |
|---|---|
Reading |
Sentence.getReadingConstraint(int position)
Gets the reading constraint at the given position, if any |
| Methods in net.java.sen.dictionary with parameters of type Reading | |
|---|---|
void |
Sentence.setReadingConstraint(Reading constraint)
Sets a reading constraint on the Sentence starting at position |
| Uses of Reading in net.java.sen.filter |
|---|
| Fields in net.java.sen.filter with type parameters of type Reading | |
|---|---|
List<Reading> |
ReadingNode.baseReadings
A sorted list of readings within the covered range of morphemes. |
List<Reading> |
ReadingNode.displayReadings
A sorted list of visible reading fragments within the covered range of morphemes |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||