Skip to content

Commit

Permalink
Fix a Redwood track issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Angeli authored and Stanford NLP committed Sep 17, 2015
1 parent bbd85a3 commit c5a7585
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/edu/stanford/nlp/naturalli/ClauseSplitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ static ClauseSplitter train(
log("processed " + numExamplesProcessed + " training sentences: " + dataset.size() + " datums");
}
});
endTrack("Training inference");

// Close the file
if (datasetDumpWriter.isPresent()) {
Expand Down

0 comments on commit c5a7585

Please sign in to comment.