|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlv.gotika.engine.GothicAnalyzer.ResultTag
public static class GothicAnalyzer.ResultTag
A set of tags that indicate different steps of analysis process. Used also for printing purposes.
| Field Summary | |
|---|---|
static String |
ALIGN_CLOSE
Closing tag, used in the aligned summary view. |
static String |
ALIGN_OPEN
Opening tag, used in the aligned summary view. |
static String |
DELIMITER
Delimiter symbol for intermediate results: Original word form; Transliterated word form; Lemma; Corresponding head word from the dictionary; Synonym (optionally). |
static String |
DICT
Word is found in the dictionary as is. |
static String |
DIRECT
Lucky try - the original word form is a valid lemma. |
static String |
GUESS
Lemma, guessed by the morphological analyzer. |
static String |
LEMMA
Lemma, found by the morphological analyzer. |
static String |
ORIG
The original word form. |
static String |
SYN
Suggestion for a synonym. |
static String |
SOUNDEX
Word has been accepted by the dictionary using fuzzy search. |
static String |
TRANSLIT
Transliteration equivalent. |
| Constructor Summary | |
|---|---|
GothicAnalyzer.ResultTag()
|
|
| Method Summary | |
|---|---|
static void |
reload(Properties tags)
Reloads values for the tag set. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String ORIG
public static String TRANSLIT
public static String LEMMA
public static String GUESS
public static String DIRECT
public static String DICT
public static String SOUNDEX
public static String SYN
public static String DELIMITER
public static String ALIGN_OPEN
public static String ALIGN_CLOSE
| Constructor Detail |
|---|
public GothicAnalyzer.ResultTag()
| Method Detail |
|---|
public static void reload(Properties tags)
throws IllegalArgumentException
tags - a list of tag-value pairs.
IllegalArgumentException - if some of the required tag-value pairs is not provided.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||