|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.nlp.trees.DependencyScoring.Score
public class DependencyScoring.Score
Constructor Summary | |
---|---|
DependencyScoring.Score(int cnt,
int correctAttachment,
int correctUnlabeledAttachment,
int labelCnt,
int labelCorrect,
ClassicCounter<String> labeledErrorCounts,
ClassicCounter<String> unlabeledErrorCounts)
|
Method Summary | |
---|---|
String |
toString()
|
String |
toString(boolean verbose)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DependencyScoring.Score(int cnt, int correctAttachment, int correctUnlabeledAttachment, int labelCnt, int labelCorrect, ClassicCounter<String> labeledErrorCounts, ClassicCounter<String> unlabeledErrorCounts)
Method Detail |
---|
public String toString()
toString
in class Object
public String toString(boolean verbose)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |