rzo1 commented on PR #584: URL: https://github.com/apache/opennlp/pull/584#issuecomment-1884320885
> I addressed the `POSTaggerMEIT.testPOSTagger` test but used `Assertions.assertArrayEquals` like in `ChunkerMEIT`. > > `ChunkerMEIT` fails because https://dlcdn.apache.org/opennlp/models/ud-models-1.0/ does not have any Chunker file. I didn't find any Chunker anywhere under https://dlcdn.apache.org/opennlp/, but I did find a Chunker here: https://opennlp.sourceforge.net/models-1.5/ Nice finding. [DownloadUtil](https://github.com/apache/opennlp/blob/main/opennlp-tools/src/main/java/opennlp/tools/util/DownloadUtil.java) only supports downloads for "ud-models". Looks like we missed a chunker model in [OPENNLP-1318](https://github.com/apache/opennlp/commit/70b614773d1a74aecadd7794abfdbf45b36676b7). We would either need to train a related EN chunker model and add it to the ud models (guess, we should provide one) or switch the test to use an existing model. Thoughts, @mawiesne @jzonthemtn @kinow ? -- 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: dev-unsubscr...@opennlp.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org