File tree 1 file changed +3
-3
lines changed
src/edu/stanford/nlp/coref
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public static boolean useGoldMentions(Properties props) {
129
129
130
130
public static final String OUTPUT_PATH_PROP = "coref.conllOutputPath" ;
131
131
public static String conllOutputPath (Properties props ) {
132
- String returnPath = props .getProperty ("coref.conllOutputPath" , "/u/scr/ nlp/coref/logs/" );
132
+ String returnPath = props .getProperty ("coref.conllOutputPath" , "/u/nlp/data /coref/logs/" );
133
133
if ( ! returnPath .endsWith ("/" )) {
134
134
returnPath += "/" ;
135
135
}
@@ -144,7 +144,7 @@ public static void setInput(Properties props, Dataset d) {
144
144
}
145
145
146
146
private static String getDataPath (Properties props ) {
147
- String returnPath = props .getProperty ("coref.data" , "/u/scr/ nlp/data/conll-2012/" );
147
+ String returnPath = props .getProperty ("coref.data" , "/u/nlp/data/coref /conll-2012/" );
148
148
if ( ! returnPath .endsWith ("/" )) {
149
149
returnPath += "/" ;
150
150
}
@@ -172,7 +172,7 @@ public static String getInputPath(Properties props) {
172
172
}
173
173
174
174
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" );
176
176
}
177
177
178
178
public static Locale getLanguage (Properties props ) {
You can’t perform that action at this time.
0 commit comments