public enum ExperimentType extends Enum<ExperimentType> implements Describable
| Enum Constant and Description |
|---|
A2KB
Annotate to KB
|
C2KB
Concepts to KB
|
D2KB
Disambiguate to KB
|
ERec
Entity Recognition is the identification of an entity inside a given
text.
|
ETyping
Entity Typing is the assigning of a class URI from a given Knowledge Base
to a given entity inside a given text.
|
OKE_Task1
This task comprises the recognition, linking and typing of all entities
inside a given text.
|
OKE_Task2
This task comprises the determining of the type of a given entity inside
a given text and the extraction of the part of the text, describing the
type.
|
Rc2KB
Deprecated.
|
RT2KB
The annotator gets a text and shall recognize entities inside and their
types.
|
Sa2KB
Deprecated.
|
Sc2KB
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsOrContainsType(ExperimentType type) |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
String |
toString() |
static ExperimentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExperimentType A2KB
public static final ExperimentType C2KB
Tags are taken as the set of relevant entities that are mentioned in the input text.
Input: textpublic static final ExperimentType D2KB
D2KB is the assigning of a URI from a given Knowledge Base to a given entity or an artificial generated URI if the entity is not present inside the KB.
Input: text with marked entities@Deprecated public static final ExperimentType Sa2KB
Identify the relevant mentions in the input text and assign to each of them the pertinent entities. Additionally, each annotation is assigned a score representing the likelihood that the annotation is correct.
Input: text@Deprecated public static final ExperimentType Sc2KB
Tags are taken as the set of relevant entities that are mentioned in the input text. Additionally, each tag is assigned a score representing the likelihood that the annotation is correct.
Input: text@Deprecated public static final ExperimentType Rc2KB
Identify the entities mentioned in a text and rank them in terms of their relevance for the topics dealt with in the input text.
Input: textpublic static final ExperimentType ERec
public static final ExperimentType ETyping
public static final ExperimentType OKE_Task1
public static final ExperimentType OKE_Task2
public static final ExperimentType RT2KB
public static ExperimentType[] values()
for (ExperimentType c : ExperimentType.values()) System.out.println(c);
public static ExperimentType 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 nullpublic String getLabel()
getLabel in interface Describablepublic String getDescription()
getDescription in interface Describablepublic String getName()
public boolean equalsOrContainsType(ExperimentType type)
public String toString()
toString in class Enum<ExperimentType>Copyright © 2014–2017. All rights reserved.