|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlv.gotika.engine.GothicAnalyzer.DictView
public static class GothicAnalyzer.DictView
A set of flags that indicate different views of the in-memory dictionary. Used for printing purposes.
| Field Summary | |
|---|---|
static String |
LEMMAS
Print out the exact list of words. |
static String |
SYNONYMS
Print out synonym sets. |
static String |
SOUNDEX
Print out the list of soundex patterns. |
| Constructor Summary | |
|---|---|
GothicAnalyzer.DictView()
|
|
| Method Summary | |
|---|---|
static boolean |
isValidDictView(String s)
Checks whether the given string is a valid DictView
flag. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LEMMAS
public static final String SOUNDEX
public static final String SYNONYMS
| Constructor Detail |
|---|
public GothicAnalyzer.DictView()
| Method Detail |
|---|
public static boolean isValidDictView(String s)
DictView
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 | ||||||||