SynsetType
@Deprecated public enum BabelSynsetType extends Enum<BabelSynsetType>
BabelSynset
-- namely, entity, concept or unknown.Enum Constant and Description |
---|
CONCEPT
Deprecated.
A concept is an abstraction or generalization from experience
|
NAMED_ENTITY
Deprecated.
Named Entity is a word that clearly identifies one item.
|
UNKNOWN
Deprecated.
Unknown.
|
Modifier and Type | Method and Description |
---|---|
static BabelSynsetType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static BabelSynsetType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BabelSynsetType NAMED_ENTITY
public static final BabelSynsetType CONCEPT
public static final BabelSynsetType UNKNOWN
public static BabelSynsetType[] values()
for (BabelSynsetType c : BabelSynsetType.values()) System.out.println(c);
public static BabelSynsetType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2016–2018. All rights reserved.