edu.stanford.nlp.parser.lexparser
Class AbstractEval.ScoreEval

java.lang.Object
  extended by edu.stanford.nlp.parser.lexparser.AbstractEval
      extended by edu.stanford.nlp.parser.lexparser.AbstractEval.ScoreEval
Enclosing class:
AbstractEval

public static class AbstractEval.ScoreEval
extends AbstractEval

This isn't really a kind of AbstractEval: we're sort of cheating here.


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval
AbstractEval.CatErrorEval, AbstractEval.DependencyEval, AbstractEval.RuleErrorEval, AbstractEval.ScoreEval, AbstractEval.TaggingEval
 
Field Summary
 
Fields inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval
runningAverages, str
 
Constructor Summary
AbstractEval.ScoreEval(String str, boolean runningAverages)
           
 
Method Summary
 void display(boolean verbose, PrintWriter pw)
           
 void recordScore(KBestViterbiParser parser, PrintWriter pw)
           
 
Methods inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval
display, evaluate, evaluate, getEvalbF1, getEvalbF1Percent, getExact, getExactPercent, getNum, getSentAveF1, precision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEval.ScoreEval

public AbstractEval.ScoreEval(String str,
                              boolean runningAverages)
Method Detail

recordScore

public void recordScore(KBestViterbiParser parser,
                        PrintWriter pw)

display

public void display(boolean verbose,
                    PrintWriter pw)
Overrides:
display in class AbstractEval


Stanford NLP Group