| Package | Description |
|---|---|
| org.aksw.gerbil.evaluate.impl | |
| org.aksw.gerbil.evaluate.impl.filter | |
| org.aksw.gerbil.matching | |
| org.aksw.gerbil.matching.impl | |
| org.aksw.gerbil.matching.impl.clas |
| Modifier and Type | Field and Description |
|---|---|
protected MatchingsSearcher<T> |
GSInKBClassifyingEvaluatorDecorator.searcher |
| Constructor and Description |
|---|
GSInKBClassifyingEvaluatorDecorator(Evaluator<T> evaluator,
MatchingsSearcher<T> searcher) |
| Modifier and Type | Field and Description |
|---|---|
protected MatchingsSearcher<T> |
SearcherBasedNotMatchingMarkingFilter.searcher
The MatchingsSearcher that is used to identify matching
Markings. |
| Constructor and Description |
|---|
SearcherBasedNotMatchingMarkingFilter(MatchingsSearcher<T> searcher,
Evaluator<T> evaluator,
boolean multiMatchingAllowed)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MatchingsSearcher<? extends org.aksw.gerbil.transfer.nif.Span> |
MatchingsSearcherFactory.createSpanMatchingsSearcher(Matching matching) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMeaningMatchingsSearcher<T extends org.aksw.gerbil.transfer.nif.Meaning>
This implementation of a
MatchingsSearcher searches for a matching
meaning for every given expected meaning and a list of annotator results. |
class |
ClassifiedMeaningMatchingsSearcher<T extends ClassifiedMeaning> |
class |
ClassifierBasedMeaningMatchingsSearcher<T extends org.aksw.gerbil.transfer.nif.Meaning>
This implementation of a
MatchingsSearcher searches for a matching
meaning for every given expected meaning and a list of annotator results. |
class |
CompoundMatchingsSearcher<T extends org.aksw.gerbil.transfer.nif.Marking> |
class |
EqualsBasedMatchingsSearcher<T extends org.aksw.gerbil.transfer.nif.Marking>
This is a simple implementation of a MatchingsSearcher that uses the
Object.equals(Object) method of the given expected element to decide
which of the given annotator results is matching. |
class |
StrongSpanMatchingsSearcher<T extends org.aksw.gerbil.transfer.nif.Span> |
class |
WeakSpanMatchingsSearcher<T extends org.aksw.gerbil.transfer.nif.Span> |
| Modifier and Type | Field and Description |
|---|---|
MatchingsSearcher<T>[] |
CompoundMatchingsSearcher.matchingsCounter |
protected MatchingsSearcher<T> |
HierarchicalMatchingsCounter.matchingsSearcher
This matchings counter needs a
MatchingsSearcher that can create
pairs of named entities for which the types should be matched to each
other. |
protected MatchingsSearcher<T> |
MatchingsCounterImpl.searcher |
| Constructor and Description |
|---|
CompoundMatchingsSearcher(MatchingsSearcher<T>... matchingsCounter) |
HierarchicalMatchingsCounter(MatchingsSearcher<T> matchingsSearcher,
UriKBClassifier uriKBClassifier,
SubClassInferencer inferencer) |
MatchingsCounterImpl(MatchingsSearcher<T> searcher) |
| Constructor and Description |
|---|
ClassConsideringMatchingsCounter(MatchingsSearcher<T> searcher,
MarkingClassifier<T> classifier)
Deprecated.
|
Copyright © 2014–2017. All rights reserved.