edu.stanford.nlp.parser.lexparser
Class ConstituentEvalByCat
java.lang.Object
edu.stanford.nlp.parser.lexparser.AbstractEval
edu.stanford.nlp.parser.lexparser.ConstituentEvalByCat
- public class ConstituentEvalByCat
- extends edu.stanford.nlp.parser.lexparser.AbstractEval
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
str
public String str
ConstituentEvalByCat
public ConstituentEvalByCat(String str)
evaluate
public void evaluate(Tree guess,
Tree gold,
PrintWriter pw)
display
public void display(boolean verbose,
PrintWriter pw)
getSentAveF1
public double getSentAveF1()
getEvalbF1
public double getEvalbF1()
precision
protected double precision(Set s1,
Set s2)
evaluate
public void evaluate(Tree guess,
Tree gold)
display
public void display(boolean verbose)
Stanford NLP Group