jzonthemtn commented on code in PR #410:
URL: https://github.com/apache/opennlp/pull/410#discussion_r847234944
##########
opennlp-dl/src/test/java/opennlp/dl/namefinder/NameFinderDLEval.java:
##########
@@ -54,7 +54,7 @@ public void tokenNameFinder1Test() throws Exception {
Assert.assertEquals(1, spans.length);
Assert.assertEquals(0, spans[0].getStart());
Assert.assertEquals(2, spans[0].getEnd());
- Assert.assertEquals(0.8251646041870118, spans[0].getProb(), 0.0);
+ Assert.assertEquals(8.251646041870117, spans[0].getProb(), 0.0);
Review Comment:
I think this value is from when I was experimenting with getting it to be a
value between 0 and 1 like the other probability values and decided to leave
that for later. When I reverted it I didn't also change the value here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]