Skip to content

Commit 147552b

Browse files
committed
My fault for not noticing this BS earlier
1 parent a3532c2 commit 147552b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/edu/stanford/nlp/dcoref/SieveCoreferenceSystem.java

+1-5
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,7 @@ public static String initializeAndRunCoref(Properties props) throws Exception {
384384
corefSystem.optimizeSieveOrdering(mentionExtractor, props, timeStamp);
385385
}
386386

387-
try {
388-
runAndScoreCoref(corefSystem, mentionExtractor, props, timeStamp);
389-
} catch (Exception ex) {
390-
logger.log(Level.SEVERE, "ERROR in running coreference", ex);
391-
}
387+
runAndScoreCoref(corefSystem, mentionExtractor, props, timeStamp);
392388
logger.info("done");
393389
String endTimeStamp = Calendar.getInstance().getTime().toString().replaceAll("\\s", "-");
394390
logger.fine(endTimeStamp);

0 commit comments

Comments
 (0)