T - public class GSInKBClassifyingEvaluatorDecorator<T extends ClassifiedSpanMeaning> extends AbstractEvaluatorDecorator<T>
EvaluatorDecorator classifies the given
ClassifiedSpanMeaning regarding the MarkingClasses.GS_IN_KB
class. Note that its implementation is based on the assumption that the
ClassifiedSpanMeanings| Modifier and Type | Field and Description |
|---|---|
protected MatchingsSearcher<T> |
searcher |
evaluator| Constructor and Description |
|---|
GSInKBClassifyingEvaluatorDecorator(Evaluator<T> evaluator,
MatchingsSearcher<T> searcher) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
classify(List<List<T>> annotatorResults,
List<List<T>> goldStandard) |
void |
evaluate(List<List<T>> annotatorResults,
List<List<T>> goldStandard,
EvaluationResultContainer results) |
getDecoratedprotected MatchingsSearcher<T extends ClassifiedSpanMeaning> searcher
public GSInKBClassifyingEvaluatorDecorator(Evaluator<T> evaluator, MatchingsSearcher<T> searcher)
Copyright © 2014–2017. All rights reserved.