Package banner.eval
Class BANNER.Performance
- java.lang.Object
-
- banner.eval.BANNER.Performance
-
-
Constructor Summary
Constructors Constructor Description Performance(BANNER.MatchCriteria matchCriteria)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BANNER.PerformanceDatagetOverall()Map<EntityType,BANNER.PerformanceData>getPerMention()Map<String,BANNER.PerformanceData>getPerText()voidprint()voidupdate(Sentence sentenceRequired, Sentence sentenceFound)
-
-
-
Constructor Detail
-
Performance
public Performance(BANNER.MatchCriteria matchCriteria)
-
-
Method Detail
-
getOverall
public BANNER.PerformanceData getOverall()
-
getPerMention
public Map<EntityType,BANNER.PerformanceData> getPerMention()
-
getPerText
public Map<String,BANNER.PerformanceData> getPerText()
-
print
public void print()
-
-