edu.stanford.nlp.parser.lexparser
Class ConstituentEvalByCat

java.lang.Object
  extended byedu.stanford.nlp.parser.lexparser.AbstractEval
      extended byedu.stanford.nlp.parser.lexparser.ConstituentEvalByCat

public class ConstituentEvalByCat
extends edu.stanford.nlp.parser.lexparser.AbstractEval


Field Summary
 String str
           
 
Constructor Summary
ConstituentEvalByCat(String str)
           
 
Method Summary
 void display(boolean verbose)
           
 void display(boolean verbose, PrintWriter pw)
           
 void evaluate(Tree guess, Tree gold)
           
 void evaluate(Tree guess, Tree gold, PrintWriter pw)
           
 double getEvalbF1()
           
 double getSentAveF1()
           
protected  double precision(Set s1, Set s2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

str

public String str
Constructor Detail

ConstituentEvalByCat

public ConstituentEvalByCat(String str)
Method Detail

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