Skip to content

Commit

Permalink
My fault for not noticing this BS earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Jun 27, 2024
1 parent a3532c2 commit 147552b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/edu/stanford/nlp/dcoref/SieveCoreferenceSystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -384,11 +384,7 @@ public static String initializeAndRunCoref(Properties props) throws Exception {
corefSystem.optimizeSieveOrdering(mentionExtractor, props, timeStamp);
}

try {
runAndScoreCoref(corefSystem, mentionExtractor, props, timeStamp);
} catch (Exception ex) {
logger.log(Level.SEVERE, "ERROR in running coreference", ex);
}
runAndScoreCoref(corefSystem, mentionExtractor, props, timeStamp);
logger.info("done");
String endTimeStamp = Calendar.getInstance().getTime().toString().replaceAll("\\s", "-");
logger.fine(endTimeStamp);
Expand Down

0 comments on commit 147552b

Please sign in to comment.