| Modifier and Type | Method and Description |
|---|---|
Annotator |
AnnotatorConfiguration.getAnnotator(ExperimentType type)
Returns the annotator or null if the annotator can't be used for the
given
ExperimentType. |
Annotator |
AnnotatorConfigurationImpl.getAnnotator(ExperimentType experimentType) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
A2KBAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
C2KBAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
D2KBAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
EntityRecognizer.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
RT2KBAnnotator.performRT2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
OKETask1Annotator.performTask1(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
OKETask2Annotator.performTask2(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
EntityTyper.performTyping(org.aksw.gerbil.transfer.nif.Document document) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ErrorCountingAnnotatorDecorator.increaseErrorCount() |
protected static List<org.aksw.gerbil.transfer.nif.Meaning> |
ErrorCountingAnnotatorDecorator.performC2KB(ErrorCountingAnnotatorDecorator errorCounter,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.Meaning> |
SingleInstanceSecuringAnnotatorDecorator.performC2KB(SingleInstanceSecuringAnnotatorDecorator decorator,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.Meaning> |
TimeMeasuringAnnotatorDecorator.performC2KB(TimeMeasuringAnnotatorDecorator timeMeasurer,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
ErrorCountingAnnotatorDecorator.performD2KBTask(ErrorCountingAnnotatorDecorator errorCounter,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
SingleInstanceSecuringAnnotatorDecorator.performD2KBTask(SingleInstanceSecuringAnnotatorDecorator decorator,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
TimeMeasuringAnnotatorDecorator.performD2KBTask(TimeMeasuringAnnotatorDecorator timeMeasurer,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
ErrorCountingAnnotatorDecorator.performExtraction(ErrorCountingAnnotatorDecorator errorCounter,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
SingleInstanceSecuringAnnotatorDecorator.performExtraction(SingleInstanceSecuringAnnotatorDecorator decorator,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
TimeMeasuringAnnotatorDecorator.performExtraction(TimeMeasuringAnnotatorDecorator timeMeasurer,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
ErrorCountingAnnotatorDecorator.performOKETask1(ErrorCountingAnnotatorDecorator errorCounter,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
SingleInstanceSecuringAnnotatorDecorator.performOKETask1(SingleInstanceSecuringAnnotatorDecorator decorator,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
TimeMeasuringAnnotatorDecorator.performOKETask1(TimeMeasuringAnnotatorDecorator timeMeasurer,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
ErrorCountingAnnotatorDecorator.performOKETask2(ErrorCountingAnnotatorDecorator errorCounter,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
SingleInstanceSecuringAnnotatorDecorator.performOKETask2(SingleInstanceSecuringAnnotatorDecorator decorator,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
TimeMeasuringAnnotatorDecorator.performOKETask2(TimeMeasuringAnnotatorDecorator timeMeasurer,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.Span> |
ErrorCountingAnnotatorDecorator.performRecognition(ErrorCountingAnnotatorDecorator errorCounter,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.Span> |
SingleInstanceSecuringAnnotatorDecorator.performRecognition(SingleInstanceSecuringAnnotatorDecorator decorator,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.Span> |
TimeMeasuringAnnotatorDecorator.performRecognition(TimeMeasuringAnnotatorDecorator timeMeasurer,
org.aksw.gerbil.transfer.nif.Document document) |
static List<org.aksw.gerbil.transfer.nif.TypedSpan> |
ErrorCountingAnnotatorDecorator.performRT2KBTask(ErrorCountingAnnotatorDecorator errorCounter,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.TypedSpan> |
SingleInstanceSecuringAnnotatorDecorator.performRT2KBTask(SingleInstanceSecuringAnnotatorDecorator decorator,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.TypedSpan> |
TimeMeasuringAnnotatorDecorator.performRT2KBTask(TimeMeasuringAnnotatorDecorator timeMeasurer,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.TypedSpan> |
ErrorCountingAnnotatorDecorator.performTyping(ErrorCountingAnnotatorDecorator errorCounter,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.TypedSpan> |
SingleInstanceSecuringAnnotatorDecorator.performTyping(SingleInstanceSecuringAnnotatorDecorator decorator,
org.aksw.gerbil.transfer.nif.Document document) |
protected static List<org.aksw.gerbil.transfer.nif.TypedSpan> |
TimeMeasuringAnnotatorDecorator.performTyping(TimeMeasuringAnnotatorDecorator timeMeasurer,
org.aksw.gerbil.transfer.nif.Document document) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
AgdistisAnnotator.getAnnotations(String textWithMentions) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
AgdistisAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
| Constructor and Description |
|---|
AgdistisAnnotator() |
AgdistisAnnotator(String host,
String portString) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AidaAnnotator.parseMarkings(org.json.JSONObject outObj,
org.aksw.gerbil.transfer.nif.Document resultDoc) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
AidaAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
AidaAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
AidaAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
AidaAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
protected org.aksw.gerbil.transfer.nif.Document |
AidaAnnotator.requestAnnotations(String documentUri,
String text,
boolean containsMentions) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
BabelfyAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
BabelfyAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
BabelfyAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
BabelfyAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
protected org.aksw.gerbil.transfer.nif.Document |
BabelfyAnnotator.sendRequest(org.aksw.gerbil.transfer.nif.Document document,
boolean useSpans) |
| Constructor and Description |
|---|
BabelfyAnnotator() |
BabelfyAnnotator(String configFile) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.aksw.gerbil.transfer.nif.Meaning> |
BatFrameworkAnnotatorWrapper.AbstractTopicSystemWrapper.performC2KB(it.unipi.di.acube.batframework.problems.C2WSystem annotator,
org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
BatFrameworkAnnotatorWrapper.A2KBSystemWrapper.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
BatFrameworkAnnotatorWrapper.C2KBSystemWrapper.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
BatFrameworkAnnotatorWrapper.A2KBSystemWrapper.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
BatFrameworkAnnotatorWrapper.D2KBSystemWrapper.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
BatFrameworkAnnotatorWrapper.A2KBSystemWrapper.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FOXAnnotator.parseType(org.json.JSONObject entity,
org.aksw.gerbil.transfer.nif.Document resultDoc) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
FOXAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
FOXAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
FOXAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
FOXAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
FOXAnnotator.performRT2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
FOXAnnotator.performTask1(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
FOXAnnotator.performTyping(org.aksw.gerbil.transfer.nif.Document document) |
protected org.aksw.gerbil.transfer.nif.Document |
FOXAnnotator.requestAnnotations(org.aksw.gerbil.transfer.nif.Document document) |
| Constructor and Description |
|---|
FOXAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
FredAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
FredAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
FredAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
FredAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
FredAnnotator.performRT2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
FredAnnotator.performTask1(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
FredAnnotator.performTyping(org.aksw.gerbil.transfer.nif.Document document) |
protected org.aksw.gerbil.transfer.nif.Document |
FredAnnotator.requestAnnotations(org.aksw.gerbil.transfer.nif.Document document) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
InstanceListBasedAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
InstanceListBasedAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
InstanceListBasedAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
InstanceListBasedAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
InstanceListBasedAnnotator.performRT2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
InstanceListBasedAnnotator.performTask1(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
InstanceListBasedAnnotator.performTask2(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
InstanceListBasedAnnotator.performTyping(org.aksw.gerbil.transfer.nif.Document document) |
| Modifier and Type | Method and Description |
|---|---|
org.aksw.gerbil.transfer.nif.Document |
NERDAnnotator.getNERDAnnotations(org.aksw.gerbil.transfer.nif.Document document)
Send request to NERD and parse the response as a set of scored
annotations.
|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
NERDAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
NERDAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
NERDAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
NERDAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
| Constructor and Description |
|---|
NERDAnnotator() |
NERDAnnotator(String host) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
NIFBasedAnnotatorWebservice.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
protected <T extends org.aksw.gerbil.transfer.nif.Marking> |
NIFBasedAnnotatorWebservice.performAnnotation(org.aksw.gerbil.transfer.nif.Document document,
Class<T> resultClass) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
NIFBasedAnnotatorWebservice.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
NIFBasedAnnotatorWebservice.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
NIFBasedAnnotatorWebservice.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
NIFBasedAnnotatorWebservice.performRT2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
NIFBasedAnnotatorWebservice.performTask1(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
NIFBasedAnnotatorWebservice.performTask2(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
NIFBasedAnnotatorWebservice.performTyping(org.aksw.gerbil.transfer.nif.Document document) |
protected org.aksw.gerbil.transfer.nif.Document |
NIFBasedAnnotatorWebservice.request(org.aksw.gerbil.transfer.nif.Document document) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
SpotlightClient.annotate(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
SpotlightClient.disambiguate(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
SpotlightAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
SpotlightAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
SpotlightAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
SpotlightAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
SpotlightAnnotator.performRT2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.data.TypedNamedEntity> |
SpotlightAnnotator.performTask1(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.TypedSpan> |
SpotlightAnnotator.performTyping(org.aksw.gerbil.transfer.nif.Document document) |
protected String |
SpotlightClient.request(String inputText,
String requestUrl) |
List<org.aksw.gerbil.transfer.nif.Span> |
SpotlightClient.spot(org.aksw.gerbil.transfer.nif.Document document) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TagMeAnnotator.init() |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
TagMeAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
TagMeAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
TagMeAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
TagMeAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
protected org.aksw.gerbil.transfer.nif.Document |
TagMeAnnotator.performRequest(org.aksw.gerbil.transfer.nif.Document document,
boolean annotate) |
| Constructor and Description |
|---|
TagMeAnnotator(String annotationUrl,
String spotUrl) |
TagMeAnnotator(String annotationUrl,
String spotUrl,
String key) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
WATAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
WATAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
WATAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
WATAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
| Constructor and Description |
|---|
WATAnnotator() |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
WikipediaMinerAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
WikipediaMinerAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
WikipediaMinerAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
WikipediaMinerAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
protected org.aksw.gerbil.transfer.nif.Document |
WikipediaMinerAnnotator.requestAnnotations(org.aksw.gerbil.transfer.nif.Document document) |
| Modifier and Type | Method and Description |
|---|---|
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
XLisaAnnotator.performA2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Meaning> |
XLisaAnnotator.performC2KB(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.MeaningSpan> |
XLisaAnnotator.performD2KBTask(org.aksw.gerbil.transfer.nif.Document document) |
List<org.aksw.gerbil.transfer.nif.Span> |
XLisaAnnotator.performRecognition(org.aksw.gerbil.transfer.nif.Document document) |
org.aksw.gerbil.transfer.nif.Document |
XLisaAnnotator.sendRequest(org.aksw.gerbil.transfer.nif.Document document,
boolean useSpans) |
| Modifier and Type | Method and Description |
|---|---|
Dataset |
DatasetConfiguration.getDataset(ExperimentType experimentType)
Returns the dataset implementing the interface needed for the given
ExperimentType or null if the dataset can not be used for this
experiment. |
Dataset |
AbstractDatasetConfiguration.getDataset(ExperimentType experimentType) |
void |
InitializableDataset.init() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
AIDACoNLLDataset.generateArtificialUri(String uriPrefix,
String surfaceForm) |
void |
AIDACoNLLDataset.init() |
protected List<org.aksw.gerbil.transfer.nif.Document> |
AIDACoNLLDataset.loadDocuments(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
DerczynskiDataset.init() |
protected List<org.aksw.gerbil.transfer.nif.Document> |
DerczynskiDataset.loadDocuments(File tweetsFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
ERDDataset2.init() |
void |
ERDDataset.init()
Deprecated.
|
protected List<org.aksw.gerbil.transfer.nif.Document> |
ERDDataset.loadDocuments(File textfile,
File annotationfile)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GERDAQDataset.init() |
| Modifier and Type | Method and Description |
|---|---|
void |
IITBDataset.init() |
protected Map<String,Set<IITB_Annotation>> |
IITBDataset.loadAnnotations(File annotationsFile) |
protected List<org.aksw.gerbil.transfer.nif.Document> |
IITBDataset.loadDocuments(File textDir,
File annoFile) |
| Constructor and Description |
|---|
IITB_XMLParser() |
IITBDataset(String textsDirectory,
String annotationsDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
Microposts2013Dataset.init() |
void |
Microposts2014Dataset.init() |
void |
Microposts2015Dataset.init() |
void |
Microposts2016Dataset.init() |
protected List<org.aksw.gerbil.transfer.nif.Document> |
Microposts2013Dataset.loadDocuments(File tweetsFile) |
protected List<org.aksw.gerbil.transfer.nif.Document> |
Microposts2014Dataset.loadDocuments(File tweetsFile) |
protected List<org.aksw.gerbil.transfer.nif.Document> |
Microposts2015Dataset.loadDocuments(File annotations,
File tweetsFile) |
protected List<org.aksw.gerbil.transfer.nif.Document> |
Microposts2016Dataset.loadDocuments(File annotations,
File tweetsFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
MSNBCDataset.init() |
protected List<org.aksw.gerbil.transfer.nif.Document> |
MSNBCDataset.loadDocuments(File textDir,
File annoDir) |
| Constructor and Description |
|---|
MSNBC_XMLParser() |
MSNBCDataset(String textsDirectory,
String annotationsDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNIFDataset.init() |
| Modifier and Type | Method and Description |
|---|---|
void |
RitterDataset.init() |
protected List<org.aksw.gerbil.transfer.nif.Document> |
RitterDataset.loadDocuments(File tweetsFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
SensevalDataset.init() |
| Modifier and Type | Method and Description |
|---|---|
void |
UMBCDataset.init() |
protected List<org.aksw.gerbil.transfer.nif.Document> |
UMBCDataset.loadDocuments(File tweetsFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
WSDMDataset.init() |
| Modifier and Type | Method and Description |
|---|---|
protected EvaluationResult |
ExperimentTask.runExperiment(Dataset dataset,
Annotator annotator,
List<Evaluator<? extends org.aksw.gerbil.transfer.nif.Marking>> evaluators,
ExperimentTaskState state) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.client.methods.CloseableHttpResponse |
AbstractHttpRequestEmitter.sendRequest(org.apache.http.client.methods.HttpUriRequest request) |
protected org.apache.http.client.methods.CloseableHttpResponse |
AbstractHttpRequestEmitter.sendRequest(org.apache.http.client.methods.HttpUriRequest request,
boolean retry) |
| Constructor and Description |
|---|
IndexBasedSameAsRetriever(String indexPath) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
Searcher.search(String uri) |
Collection<String> |
Searcher.searchSameAsTerm(String uri) |
| Constructor and Description |
|---|
Indexer(String path) |
Searcher(String indexDirectoryPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotatorAnalyzer.analyzeAnnotator(AnnotatorConfiguration config) |
void |
DatasetAnalyzer.analyzeDataset(DatasetConfiguration config) |
void |
DatasetWikiIdExporter.analyzeDataset(DatasetConfiguration config,
PrintStream output)
Deprecated.
|
static void |
InitialIndexTool.index(Indexer index) |
static void |
InitialIndexTool.index(Indexer index,
String file) |
static void |
InitialIndexTool.indexFolder(Indexer index,
String folder) |
static void |
InitialIndexTool.main(String[] args) |
static void |
DBpediaEntityCheckIndexTool.main(String[] args) |
Copyright © 2014–2017. All rights reserved.