public static enum GrammaticalStructureConversionUtils.ConverterOptions extends java.lang.Enum<GrammaticalStructureConversionUtils.ConverterOptions>
| Enum Constant and Description |
|---|
Chinese |
English |
UniversalChinese |
UniversalEnglish |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
abbreviation |
boolean |
convertToUPOS |
boolean |
stanfordDependencies |
java.lang.String |
tlPPClassName |
TreeNormalizer |
treeNormalizer |
| Modifier and Type | Method and Description |
|---|---|
static GrammaticalStructureConversionUtils.ConverterOptions |
getConverterOptions(java.lang.String language) |
static GrammaticalStructureConversionUtils.ConverterOptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GrammaticalStructureConversionUtils.ConverterOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrammaticalStructureConversionUtils.ConverterOptions UniversalEnglish
public static final GrammaticalStructureConversionUtils.ConverterOptions UniversalChinese
public static final GrammaticalStructureConversionUtils.ConverterOptions English
public static final GrammaticalStructureConversionUtils.ConverterOptions Chinese
public final java.lang.String abbreviation
public final TreeNormalizer treeNormalizer
public final java.lang.String tlPPClassName
public final boolean stanfordDependencies
public final boolean convertToUPOS
public static GrammaticalStructureConversionUtils.ConverterOptions[] values()
for (GrammaticalStructureConversionUtils.ConverterOptions c : GrammaticalStructureConversionUtils.ConverterOptions.values()) System.out.println(c);
public static GrammaticalStructureConversionUtils.ConverterOptions valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static GrammaticalStructureConversionUtils.ConverterOptions getConverterOptions(java.lang.String language)