edu.stanford.nlp.parser.metrics
Class AbstractEval.CatErrorEval
java.lang.Object
edu.stanford.nlp.parser.metrics.AbstractEval
edu.stanford.nlp.parser.metrics.AbstractEval.CatErrorEval
- Enclosing class:
- AbstractEval
public static class AbstractEval.CatErrorEval
- extends AbstractEval
This class counts which categories are over and underproposed in trees.
Methods inherited from class edu.stanford.nlp.parser.metrics.AbstractEval |
display, evaluate, evaluate, getEvalbF1, getEvalbF1Percent, getExact, getExactPercent, getLastF1, getNum, getSentAveF1, precision |
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)
makeObjects
protected Set<?> makeObjects(Tree tree)
- Unused. Fake satisfying the abstract class.
- Specified by:
makeObjects
in class AbstractEval
evaluate
public void evaluate(Tree t1,
Tree t2,
PrintWriter pw)
- Overrides:
evaluate
in class AbstractEval
display
public void display(boolean verbose,
PrintWriter pw)
- Overrides:
display
in class AbstractEval
Stanford NLP Group