|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.parser.metrics.AbstractEval
edu.stanford.nlp.parser.metrics.AbstractEval.CatErrorEval
public static class AbstractEval.CatErrorEval
This class counts which categories are over and underproposed in trees.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.stanford.nlp.parser.metrics.AbstractEval |
---|
AbstractEval.CatErrorEval, AbstractEval.RuleErrorEval, AbstractEval.ScoreEval |
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.parser.metrics.AbstractEval |
---|
curF1, num, runningAverages, str |
Constructor Summary | |
---|---|
AbstractEval.CatErrorEval(java.lang.String str)
|
Method Summary | |
---|---|
void |
display(boolean verbose,
java.io.PrintWriter pw)
|
void |
evaluate(Tree t1,
Tree t2,
java.io.PrintWriter pw)
|
protected java.util.Set<?> |
makeObjects(Tree tree)
Unused. |
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 |
Constructor Detail |
---|
public AbstractEval.CatErrorEval(java.lang.String str)
Method Detail |
---|
protected java.util.Set<?> makeObjects(Tree tree)
makeObjects
in class AbstractEval
public void evaluate(Tree t1, Tree t2, java.io.PrintWriter pw)
evaluate
in interface Eval
evaluate
in class AbstractEval
public void display(boolean verbose, java.io.PrintWriter pw)
display
in interface Eval
display
in class AbstractEval
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |