Skip to content

Commit

Permalink
OPENNLP-1128: Fix checksum in SourceForgeModelEval.verifyTrainingData
Browse files Browse the repository at this point in the history
  • Loading branch information
wcolen committed Sep 7, 2017
1 parent 0a9f295 commit 51d564f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public static void verifyTrainingData() throws Exception {
verifyTrainingData(new LeipzigDoccatSampleStream("eng", 25,
new MarkableFileInputStreamFactory(new File(getOpennlpDataDir(),
"leipzig/eng_news_2010_300K-sentences.txt"))),
new BigInteger("248567841356936801447294643695012852392"));
new BigInteger("172812413483919324675263268750583851712"));
}

@Test
Expand Down

0 comments on commit 51d564f

Please sign in to comment.