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

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

public static class AbstractEval.RuleErrorEval
extends AbstractEval


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.RuleErrorEval(String str)
           
 
Method Summary
 void display(boolean verbose, PrintWriter pw)
           
protected  void display(Counter c, int num, PrintWriter pw)
           
 void evaluate(Tree t1, Tree t2, PrintWriter pw)
           
protected static String localize(Tree tree)
           
 
Methods inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval
display, 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.RuleErrorEval

public AbstractEval.RuleErrorEval(String str)
Method Detail

localize

protected static String localize(Tree tree)

evaluate

public void evaluate(Tree t1,
                     Tree t2,
                     PrintWriter pw)
Overrides:
evaluate in class AbstractEval

display

protected void display(Counter c,
                       int num,
                       PrintWriter pw)

display

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


Stanford NLP Group