edu.stanford.nlp.dcoref
Class ScorerBCubed

java.lang.Object
  extended by edu.stanford.nlp.dcoref.CorefScorer
      extended by edu.stanford.nlp.dcoref.ScorerBCubed

public class ScorerBCubed
extends CorefScorer

B^3 scorer

Author:
heeyoung

Nested Class Summary
protected static class ScorerBCubed.BCubedType
           
 
Constructor Summary
ScorerBCubed(ScorerBCubed.BCubedType _type)
           
 
Method Summary
protected  void calculatePrecision(Document doc)
           
protected  void calculateRecall(Document doc)
           
 
Methods inherited from class edu.stanford.nlp.dcoref.CorefScorer
calculateScore, getF1, getPrecision, getRecall, getScore, printF1, printF1
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScorerBCubed

public ScorerBCubed(ScorerBCubed.BCubedType _type)
Method Detail

calculatePrecision

protected void calculatePrecision(Document doc)
Specified by:
calculatePrecision in class CorefScorer

calculateRecall

protected void calculateRecall(Document doc)
Specified by:
calculateRecall in class CorefScorer


Stanford NLP Group