Skip to content

Commit a80772d

Browse files
committed
Will need to get all of the F1 scores for an entire treebank in order to pick silver trees using the variance
1 parent 7180285 commit a80772d

File tree

2 files changed

+264
-38
lines changed

2 files changed

+264
-38
lines changed

src/edu/stanford/nlp/pipeline/CoreNLP.proto

+2
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,8 @@ message EvaluateParserRequest {
813813
message EvaluateParserResponse {
814814
required double f1 = 1;
815815
optional double kbestF1 = 2;
816+
// keep track of the individual tree F1 scores
817+
repeated double treeF1 = 3;
816818
}
817819

818820

0 commit comments

Comments
 (0)