Skip to content

Commit

Permalink
Fixing one target at a time....
Browse files Browse the repository at this point in the history
  • Loading branch information
manning authored and Stanford NLP committed Sep 3, 2015
1 parent bc675a9 commit ba4eebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void testChineseDcoref() throws Exception {
setAll(lowResults,highResults,expectedResults,BCUBED_F1,51.3);

setAll(lowResults,highResults,expectedResults,CEAFM_TP,8064);
setAll(lowResults, highResults, expectedResults, CEAFM_F1, 54.79);
setLowHighExpected(lowResults, highResults, expectedResults, CEAFM_F1, 54.75, 54.80, 54.79);

setAll(lowResults, highResults, expectedResults, CEAFE_TP, 2231.44);
setLowHighExpected(lowResults, highResults, expectedResults, CEAFE_F1, 50.45, 50.47, 50.47);
Expand Down

0 comments on commit ba4eebe

Please sign in to comment.