edu.stanford.nlp.parser.lexparser
Class AbstractEval.CatErrorEval
java.lang.Object
edu.stanford.nlp.parser.lexparser.AbstractEval
edu.stanford.nlp.parser.lexparser.AbstractEval.CatErrorEval
- Enclosing class:
- AbstractEval
public static class AbstractEval.CatErrorEval
- extends AbstractEval
This class counts which categories are over and underproposed in trees.
Fields inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval |
str |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractEval.CatErrorEval
public AbstractEval.CatErrorEval(String str)
evaluate
public void evaluate(Tree t1,
Tree t2,
PrintWriter pw)
- Overrides:
evaluate
in class AbstractEval
display
protected void display(Counter c,
PrintWriter pw)
display
public void display(boolean verbose,
PrintWriter pw)
- Overrides:
display
in class AbstractEval
Stanford NLP Group