edu.stanford.nlp.dcoref
Class ScorerPairwise

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

public class ScorerPairwise
extends CorefScorer


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

ScorerPairwise

public ScorerPairwise()
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