edu.stanford.nlp.parser.lexparser
Class AbstractEval.RuleErrorEval
java.lang.Object
edu.stanford.nlp.parser.lexparser.AbstractEval
edu.stanford.nlp.parser.lexparser.AbstractEval.RuleErrorEval
- Enclosing class:
- AbstractEval
public static class AbstractEval.RuleErrorEval
- extends AbstractEval
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.RuleErrorEval
public AbstractEval.RuleErrorEval(String str)
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