| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ERROR_COUNT_RESULT_NAME |
"error count" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
AVG_TIME_RESULT_NAME |
"avg millis/doc" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANNOTATOR_NAME_SUFFIX |
" (BAT)" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"FOX" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANNOTATOR_NAME |
"DBpedia Spotlight" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"Babelfy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"NERD-ML" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
GERBIL_DATAPATH_PROPERTY_NAME |
"org.aksw.gerbil.DataPath" |
public static final String |
GERBIL_VERSION_PROPERTY_NAME |
"org.aksw.gerbil.Version" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
EXPERIMENT_TASK_NOT_CACHED |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CACHED_EXPERIMENT_TASK_CAN_BE_USED |
-1 |
public static final int |
TASK_FINISHED |
0 |
public static final int |
TASK_NOT_FOUND |
-2 |
public static final int |
TASK_STARTED_BUT_NOT_FINISHED_YET |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
UKNOWN_RESULT_TYPE |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
URI_FIELD_NAME |
"URI" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DATASET_NAME_SUFFIX |
" (BAT)" |
public static final String |
DATASET_URI_PREFIX |
"http://gerbil.aksw.org/BAT-Framework/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INSTANCE_ELEMENT |
"instance" |
public static final String |
SENTENCE_ELEMENT |
"sentence" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
HIGHEST_ERROR_CODE |
-100 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
MACRO_F1_MEASURE_INDEX |
3 |
public static final int |
MACRO_PRECISION_INDEX |
4 |
public static final int |
MACRO_RECALL_INDEX |
5 |
public static final int |
MICRO_F1_MEASURE_INDEX |
0 |
public static final int |
MICRO_PRECISION_INDEX |
1 |
public static final int |
MICRO_RECALL_INDEX |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MACRO_ACCURACY_NAME |
"Macro Accuracy" |
public static final String |
MACRO_F1_SCORE_NAME_APPENDIX |
" Macro F1 score" |
public static final String |
MACRO_PRECISION_NAME_APPENDIX |
" Macro Precision" |
public static final String |
MACRO_RECALL_NAME_APPENDIX |
" Macro Recall" |
public static final String |
MICRO_ACCURACY_NAME |
"Micro Accuracy" |
public static final String |
MICRO_F1_SCORE_NAME_APPENDIX |
" Micro F1 score" |
public static final String |
MICRO_PRECISION_NAME_APPENDIX |
" Micro Precision" |
public static final String |
MICRO_RECALL_NAME_APPENDIX |
" Micro Recall" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
F1_SCORE |
2 |
protected static final int |
PRECISION |
0 |
protected static final int |
RECALL |
1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONFIDENCE_SCORE_THRESHOLD_RESULT_NAME |
"confidence threshold" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
MACRO_F1_SCORE_NAME |
"Macro F1 score" |
public static final String |
MACRO_PRECISION_NAME |
"Macro Precision" |
public static final String |
MACRO_RECALL_NAME |
"Macro Recall" |
public static final String |
MICRO_F1_SCORE_NAME |
"Micro F1 score" |
public static final String |
MICRO_PRECISION_NAME |
"Micro Precision" |
public static final String |
MICRO_RECALL_NAME |
"Micro Recall" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EE_MACRO_F1_SCORE_NAME |
"EE Macro F1 score" |
public static final String |
EE_MACRO_PRECISION_NAME |
"EE Macro Precision" |
public static final String |
EE_MACRO_RECALL_NAME |
"EE Macro Recall" |
public static final String |
EE_MICRO_F1_SCORE_NAME |
"EE Micro F1 score" |
public static final String |
EE_MICRO_PRECISION_NAME |
"EE Micro Precision" |
public static final String |
EE_MICRO_RECALL_NAME |
"EE Micro Recall" |
public static final String |
IN_KB_MACRO_F1_SCORE_NAME |
"InKB Macro F1 score" |
public static final String |
IN_KB_MACRO_PRECISION_NAME |
"InKB Macro Precision" |
public static final String |
IN_KB_MACRO_RECALL_NAME |
"InKB Macro Recall" |
public static final String |
IN_KB_MICRO_F1_SCORE_NAME |
"InKB Micro F1 score" |
public static final String |
IN_KB_MICRO_PRECISION_NAME |
"InKB Micro Precision" |
public static final String |
IN_KB_MICRO_RECALL_NAME |
"InKB Micro Recall" |
public static final String |
MACRO_ACCURACY_NAME |
"Macro Accuracy" |
public static final String |
MICRO_ACCURACY_NAME |
"Micro Accuracy" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONNECTION_ABORT_INDICATING_EXCPETION_MSG |
"Software caused connection abort" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CHECK_INTERVAL_KEY |
"org.aksw.gerbil.annotator.http.HttpManagement.checkInterval" |
public static final long |
DEFAULT_CHECK_INTERVAL |
10000L |
public static final long |
DEFAULT_WAITING_TIME |
60000L |
public static final String |
MAXIMUM_TIME_TO_WAIT_KEY |
"org.aksw.gerbil.annotator.http.HttpManagement.maxWaitingTime" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
FALSE_NEGATIVE_COUNT_ID |
2 |
public static final int |
FALSE_POSITIVE_COUNT_ID |
1 |
public static final int |
TRUE_POSITIVE_COUNT_ID |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
ENTITY_NOT_FOUND |
-1 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
CONTENTS |
"contents" |
protected static final int |
MAX_SEARCH |
100 |
protected static final String |
SAMEAS |
"sameAs" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
uri |
"http://purl.org/linked-data/cube#" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
URI |
"http://dbpedia.org/ontology/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
uri |
"http://w3id.org/gerbil/vocab#" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANNOTATOR_CACHE_FLAG_SUFFIX |
"cacheable" |
public static final String |
ANNOTATOR_CHECK_ARGS_SUFFIX |
"check.args" |
public static final String |
ANNOTATOR_CHECK_CLASS_SUFFIX |
"check.class" |
public static final String |
ANNOTATOR_CLASS_SUFFIX |
"class" |
public static final String |
ANNOTATOR_CONFIGURATION_PREFIX |
"org.aksw.gerbil.annotators.definition" |
public static final String |
ANNOTATOR_CONSTRUCTOR_ARGS_SUFFIX |
"constructorArgs" |
public static final String |
ANNOTATOR_EXPERIMENT_TYPE_SUFFIX |
"experimentType" |
public static final String |
ANNOTATOR_NAME_SUFFIX |
"name" |
public static final String |
ANNOTATOR_SINGLETON_FLAG_SUFFIX |
"singleton" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANNOTATOR_CACHE_FLAG_SUFFIX |
"cacheable" |
public static final String |
ANNOTATOR_CHECK_ARGS_SUFFIX |
"check.args" |
public static final String |
ANNOTATOR_CHECK_CLASS_SUFFIX |
"check.class" |
public static final String |
ANNOTATOR_CLASS_SUFFIX |
"class" |
public static final String |
ANNOTATOR_CONFIGURATION_PREFIX |
"org.aksw.gerbil.datasets.definition" |
public static final String |
ANNOTATOR_CONSTRUCTOR_ARGS_SUFFIX |
"constructorArgs" |
public static final String |
ANNOTATOR_EXPERIMENT_TYPE_SUFFIX |
"experimentType" |
public static final String |
ANNOTATOR_NAME_SUFFIX |
"name" |
Copyright © 2014–2017. All rights reserved.