public static enum Keys.Annotator extends java.lang.Enum<Keys.Annotator>
Enum Constant and Description |
---|
COREF |
DPARSE |
LEMMA |
NATLOG |
NER |
OPENIE |
PARSE |
POS |
SEMANTICGRAPH |
SENTIMENT |
SSPLIT |
STRUCTURE |
TOKENIZE |
TYPEDDEPENDENCIES |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
fullName |
boolean |
optional |
Modifier and Type | Method and Description |
---|---|
static Keys.Annotator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Keys.Annotator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Keys.Annotator TOKENIZE
public static final Keys.Annotator SSPLIT
public static final Keys.Annotator POS
public static final Keys.Annotator LEMMA
public static final Keys.Annotator NER
public static final Keys.Annotator PARSE
public static final Keys.Annotator STRUCTURE
public static final Keys.Annotator DPARSE
public static final Keys.Annotator TYPEDDEPENDENCIES
public static final Keys.Annotator SEMANTICGRAPH
public static final Keys.Annotator COREF
public static final Keys.Annotator SENTIMENT
public static final Keys.Annotator NATLOG
public static final Keys.Annotator OPENIE
public static Keys.Annotator[] values()
for (Keys.Annotator c : Keys.Annotator.values()) System.out.println(c);
public static Keys.Annotator 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 null