public static enum BabelfyParameters.SemanticAnnotationResource extends java.lang.Enum<BabelfyParameters.SemanticAnnotationResource>
Enum Constant and Description |
---|
BN
Annotate with BabelNet synsets
|
WIKI
Annotate with Wikipedia page titles
|
WN
Annotate with WordNet synsets
|
Modifier and Type | Method and Description |
---|---|
static BabelfyParameters.SemanticAnnotationResource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BabelfyParameters.SemanticAnnotationResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BabelfyParameters.SemanticAnnotationResource WIKI
public static final BabelfyParameters.SemanticAnnotationResource WN
public static final BabelfyParameters.SemanticAnnotationResource BN
public static BabelfyParameters.SemanticAnnotationResource[] values()
for (BabelfyParameters.SemanticAnnotationResource c : BabelfyParameters.SemanticAnnotationResource.values()) System.out.println(c);
public static BabelfyParameters.SemanticAnnotationResource 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