Skip to content

Commit

Permalink
Rehome the conll-2012 scorer. Not sure if the 2011 scorer can be reco…
Browse files Browse the repository at this point in the history
…vered easily yet
  • Loading branch information
AngledLuffa committed May 6, 2024
1 parent 54aaf2c commit cfe7009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/stanford/nlp/coref/CorefProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public static String getInputPath(Properties props) {
}

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

public static Locale getLanguage(Properties props) {
Expand Down

0 comments on commit cfe7009

Please sign in to comment.