|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlv.gotika.engine.GothicAnalyzer.ResultView
public static class GothicAnalyzer.ResultView
A set of flags that indicate different views (output streams) of the analysis results. Used for printing purposes.
| Field Summary | |
|---|---|
static String |
ALIGNED
Print out an aligned summary. |
static String |
MAIN
Print out the full analysis results. |
static String |
TRANSLITERATED
Print out a transliterated text. |
static String |
UNKNOWN
Print out all the unrecognized words. |
| Constructor Summary | |
|---|---|
GothicAnalyzer.ResultView()
|
|
| Method Summary | |
|---|---|
static boolean |
isValidResultView(String s)
Checks whether the given string is a valid ResultView
flag. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MAIN
Format: a new line for each result (including all the intermediate results) for each running word.
public static final String ALIGNED
Format: word_1[guess_1,..,guess_n] .. word_n[guess_1,..,guess_n].
public static final String TRANSLITERATED
public static final String UNKNOWN
| Constructor Detail |
|---|
public GothicAnalyzer.ResultView()
| Method Detail |
|---|
public static boolean isValidResultView(String s)
ResultView
flag.
s - a string.
true if it is a valid flag; false
otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||