+1 (non-binding) I did run the eval tests:
Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584) Maven home: /usr/share/maven Java version: 11.0.17, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11- openjdk-amd64 Default locale: de_DE, platform encoding: UTF-8 OS name: "linux", version: "5.15.0-58-generic", arch: "amd64", family: "unix" [INFO] Apache OpenNLP Reactor ............................. SUCCESS [ 2.215 s] [INFO] Apache OpenNLP Tools ............................... SUCCESS [ 04:28 h] [INFO] Apache OpenNLP UIMA Annotators ..................... SUCCESS [ 2.590 s] [INFO] Apache OpenNLP Brat Annotator ...................... SUCCESS [ 0.672 s] [INFO] Apache OpenNLP Morfologik Addon .................... SUCCESS [ 2.645 s] [INFO] Apache OpenNLP Documentation ....................... SUCCESS [ 0.043 s] [INFO] Apache OpenNLP Distribution ........................ SUCCESS [ 2.300 s] [INFO] Apache OpenNLP DL .................................. FAILED [ 11.675 s] I am getting an error for the following eval test in OpenNLP DL: DocumentCategorizerDLEval.categorize:82 array contents differ at index [0], expected: <0.3391093313694> but was: <0.33910948038101196> Looking at https://github.com/apache/opennlp/blob/main/opennlp-dl/src/test/java/opennlp/dl/doccat/DocumentCategorizerDLEval.java#L82 it might be required to adjust the epsiolon / delta for this test as the returned score is better than the expected one? Don't think, that this is a blocker for 2.1.1 though. Gruß Richard Am Montag, dem 06.02.2023 um 11:28 -0500 schrieb Jeff Zemerick: > Hi folks, > > I have posted a 2nd release candidate for the Apache OpenNLP 2.1.1 > release > and it is ready for testing. > > The distributables can be downloaded from: > https://repository.apache.org/content/repositories/orgapacheopennlp-1032/org/apache/opennlp/opennlp-distr/2.1.1/ > > The release was made from the Apache OpenNLP 2.1.1 tag at: > https://github.com/apache/opennlp/tree/opennlp-2.1.1 > > To use it in a maven build set the version for opennlp-tools or > opennlp-uima to 2.1.1 and add the following URL to your settings.xml > file: > https://repository.apache.org/content/repositories/orgapacheopennlp-1032 > > The release was made using the OpenNLP release process, documented on > the > website: > https://opennlp.apache.org/release.html > > Please vote on releasing these packages as Apache OpenNLP 2.1.1. The > vote > is open for at least the next 72 hours. > > Only votes from OpenNLP PMC are binding, but everyone is welcome to > check > the release candidate and vote. > The vote passes if at least three binding +1 votes are cast. > > [ ] +1 Release the packages as Apache OpenNLP 2.1.1 > [ ] -1 Do not release the packages because... > > Thanks! > Jeff
