rzo1 opened a new pull request, #604:
URL: https://github.com/apache/opennlp/pull/604
This fixes
```bash
[ERROR] opennlp.tools.eval.SourceForgeModelEval.evalChunkerModel -- Time
elapsed: 1385 s <<< FAILURE!
org.opentest4j.AssertionFailedError: expected:
<304922886851384639120257052245406261332> but was:
<85416056838725341441074840387786758951>
at
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at
org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at
org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at
opennlp.tools.eval.SourceForgeModelEval.evalChunkerModel(SourceForgeModelEval.java:345)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR] SourceForgeModelEval.evalChunkerModel:345 expected:
<304922886851384639120257052245406261332> but was:
<85416056838725341441074840387786758951>
[INFO]
[ERROR] Tests run: 1040, Failures: 1, Errors: 0, Skipped: 3
```
--
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]