|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.lexparser.AbstractEval
edu.stanford.nlp.parser.lexparser.AbstractEval.RuleErrorEval
public static class AbstractEval.RuleErrorEval
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval |
---|
AbstractEval.CatErrorEval, AbstractEval.DependencyEval, AbstractEval.RuleErrorEval, AbstractEval.ScoreEval, AbstractEval.TaggingEval |
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval |
---|
num, runningAverages, str |
Constructor Summary | |
---|---|
AbstractEval.RuleErrorEval(String str)
|
Method Summary | |
---|---|
void |
display(boolean verbose,
PrintWriter pw)
|
protected void |
display(ClassicCounter c,
int num,
PrintWriter pw)
|
void |
evaluate(Tree t1,
Tree t2,
PrintWriter pw)
|
protected static String |
localize(Tree tree)
|
Methods inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval |
---|
display, evaluate, getEvalbF1, getEvalbF1Percent, getExact, getExactPercent, getNum, getSentAveF1, precision |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractEval.RuleErrorEval(String str)
Method Detail |
---|
protected static String localize(Tree tree)
public void evaluate(Tree t1, Tree t2, PrintWriter pw)
evaluate
in class AbstractEval
protected void display(ClassicCounter c, int num, PrintWriter pw)
public void display(boolean verbose, PrintWriter pw)
display
in class AbstractEval
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |