| Modifier and Type | Interface and Description |
|---|---|
interface |
A2KBAnnotator |
interface |
C2KBAnnotator |
interface |
D2KBAnnotator |
interface |
EntityRecognizer |
interface |
EntityTyper |
interface |
OKETask1Annotator |
interface |
OKETask2Annotator |
interface |
RT2KBAnnotator |
| Modifier and Type | Field and Description |
|---|---|
protected Annotator |
SingletonAnnotatorConfigImpl.instance |
| Modifier and Type | Field and Description |
|---|---|
protected Constructor<? extends Annotator> |
AnnotatorConfigurationImpl.constructor |
| 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) |
protected Annotator |
AnnotatorConfigurationImpl.loadAnnotator() |
protected Annotator |
SingletonAnnotatorConfigImpl.loadAnnotator() |
| Constructor and Description |
|---|
AnnotatorConfigurationImpl(String annotatorName,
boolean couldBeCached,
Constructor<? extends Annotator> constructor,
Object[] constructorArgs,
ExperimentType applicableForExperiment) |
SingletonAnnotatorConfigImpl(String annotatorName,
boolean couldBeCached,
Constructor<? extends Annotator> constructor,
Object[] constructorArgs,
ExperimentType applicableForExperiment) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotatorDecorator
Interface of a Decorator of an
Annotator. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnnotatorDecorator
Abstract implementation of an
AnnotatorDecorator. |
class |
ErrorCountingAnnotatorDecorator
This is a simple decorator for an annotator which handles exceptions thrown
by the decorated annotator.
|
class |
SingleInstanceSecuringAnnotatorDecorator
|
class |
TimeMeasuringAnnotatorDecorator
This is a simple decorator for an annotator which measures the time needed
for annotations.
|
| Modifier and Type | Field and Description |
|---|---|
protected Annotator |
AbstractAnnotatorDecorator.decoratedAnnotator |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Annotator,org.aksw.gerbil.annotator.decorator.SingleInstanceSecuringAnnotatorDecorator.RegistryValue> |
SingleInstanceSecuringAnnotatorDecorator.annotatorRegistry |
| Modifier and Type | Method and Description |
|---|---|
Annotator |
AbstractAnnotatorDecorator.getDecoratedAnnotator() |
Annotator |
AnnotatorDecorator.getDecoratedAnnotator()
Returns the decorated
Annotator. |
| Modifier and Type | Method and Description |
|---|---|
static SingleInstanceSecuringAnnotatorDecorator |
SingleInstanceSecuringAnnotatorDecorator.createDecorator(ExperimentType type,
Annotator annotator) |
static TimeMeasuringAnnotatorDecorator |
TimeMeasuringAnnotatorDecorator.createDecorator(ExperimentType type,
Annotator annotator) |
static ErrorCountingAnnotatorDecorator |
ErrorCountingAnnotatorDecorator.createDecorator(ExperimentType type,
Annotator annotator,
int numberOfExpectedCalls) |
protected static Semaphore |
SingleInstanceSecuringAnnotatorDecorator.registerAnnotator(Annotator decoratedAnnotator)
Registers the given
Annotator (if it is not already present in
the registration) and returns its semaphore. |
protected static void |
SingleInstanceSecuringAnnotatorDecorator.unregisterAnnotator(Annotator decoratedAnnotator)
Removes the given
Annotator from the registration. |
| Constructor and Description |
|---|
AbstractAnnotatorDecorator(Annotator decoratedAnnotator) |
ErrorCountingAnnotatorDecorator(Annotator decoratedAnnotator,
int maxErrors) |
SingleInstanceSecuringAnnotatorDecorator(Annotator decoratedAnnotator) |
TimeMeasuringAnnotatorDecorator(Annotator decoratedAnnotator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpBasedAnnotator |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAnnotator |
| Modifier and Type | Class and Description |
|---|---|
class |
AgdistisAnnotator |
| Modifier and Type | Class and Description |
|---|---|
class |
AidaAnnotator
Client implementation of the web service of the AIDA annotator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BabelfyAnnotator
The BabelFy Annotator.
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BatFrameworkAnnotatorWrapper.A2KBSystemWrapper |
protected static class |
BatFrameworkAnnotatorWrapper.AbstractTopicSystemWrapper<T extends it.unipi.di.acube.batframework.problems.TopicSystem> |
protected static class |
BatFrameworkAnnotatorWrapper.C2KBSystemWrapper |
protected static class |
BatFrameworkAnnotatorWrapper.D2KBSystemWrapper |
| Modifier and Type | Method and Description |
|---|---|
static Annotator |
BatFrameworkAnnotatorWrapper.create(it.unipi.di.acube.batframework.problems.TopicSystem annotator,
it.unipi.di.acube.batframework.utils.WikipediaApiInterface wikiApi) |
| Modifier and Type | Class and Description |
|---|---|
class |
FOXAnnotator |
| Modifier and Type | Class and Description |
|---|---|
class |
FredAnnotator
Client implementation of the web service of the FRED annotator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstanceListBasedAnnotator |
| Modifier and Type | Class and Description |
|---|---|
class |
NERDAnnotator
Annotator for NERD-ML based on the
NERD class. |
| Modifier and Type | Class and Description |
|---|---|
class |
NIFBasedAnnotatorWebservice |
| Modifier and Type | Class and Description |
|---|---|
class |
SpotlightAnnotator |
| Modifier and Type | Class and Description |
|---|---|
class |
TagMeAnnotator |
| Modifier and Type | Class and Description |
|---|---|
class |
WATAnnotator |
| Modifier and Type | Class and Description |
|---|---|
class |
WikipediaMinerAnnotator
Client of the WikipediaMiner service
(http://wikipediadataminer.cms.waikato.ac.nz/).
|
| Modifier and Type | Class and Description |
|---|---|
class |
XLisaAnnotator |
| 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) |
Copyright © 2014–2017. All rights reserved.