|
|||||||||
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.LabeledConstituentEval
edu.stanford.nlp.parser.lexparser.LabeledConstituentEval.CBEval
public static class LabeledConstituentEval.CBEval
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval |
---|
LabeledConstituentEval.CBEval |
Nested classes/interfaces inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval |
---|
AbstractEval.CatErrorEval, AbstractEval.DependencyEval, AbstractEval.RuleErrorEval, AbstractEval.TaggingEval |
Field Summary |
---|
Fields inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval |
---|
str |
Constructor Summary | |
---|---|
LabeledConstituentEval.CBEval(String str,
TreebankLanguagePack tlp)
|
Method Summary | |
---|---|
protected void |
checkCrossing(Set s1,
Set s2)
|
void |
display(boolean verbose,
PrintWriter pw)
|
void |
evaluate(Tree t1,
Tree t2,
PrintWriter pw)
|
Methods inherited from class edu.stanford.nlp.parser.lexparser.LabeledConstituentEval |
---|
main, stripLeaves |
Methods inherited from class edu.stanford.nlp.parser.lexparser.AbstractEval |
---|
display, evaluate, getEvalbF1, getSentAveF1, precision |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabeledConstituentEval.CBEval(String str, TreebankLanguagePack tlp)
Method Detail |
---|
protected void checkCrossing(Set s1, Set s2)
public void evaluate(Tree t1, Tree t2, PrintWriter pw)
evaluate
in class LabeledConstituentEval
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 |