Skip to content

Commit cfe7009

Browse files
committed
Rehome the conll-2012 scorer. Not sure if the 2011 scorer can be recovered easily yet
1 parent 54aaf2c commit cfe7009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/coref/CorefProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public static String getInputPath(Properties props) {
172172
}
173173

174174
public static String getScorerPath(Properties props) {
175-
return props.getProperty("coref.scorer", "/u/scr/nlp/data/conll-2012/scorer/v8.01/scorer.pl");
175+
return props.getProperty("coref.scorer", "/u/nlp/data/coref/conll-2012/scorer/v8.01/scorer.pl");
176176
}
177177

178178
public static Locale getLanguage(Properties props) {

0 commit comments

Comments
 (0)