edu.stanford.nlp.dcoref
Class ScorerMUC

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

public class ScorerMUC
extends CorefScorer


Constructor Summary
ScorerMUC()
           
 
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

ScorerMUC

public ScorerMUC()
Method Detail

calculateRecall

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

calculatePrecision

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


Stanford NLP Group