This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git
from f41857ca OPENNLP-1617: Update JUnit to 5.11.3 (#671)
add e2ce958e OPENNLP-1629 Update DownloadUtil to support more languages
via new UD models - updates opennlp-models dependency to 1.1 - adapts
DownloadUtil to work with ud-models-1.1 release, adding 18 new supported
languages - adapts JUnit tests accordingly to include the new model files -
replaces content of 'index.html' copy of the released model list (v 1.1.0) for
DownloadParserTest
No new revisions were added by this update.
Summary of changes:
.../main/java/opennlp/tools/util/DownloadUtil.java | 56 +++-
.../tools/cmdline/postag/POSModelLoaderTest.java | 2 +-
.../sentdetect/SentenceModelLoaderTest.java | 2 +-
.../tokenizer/TokenizerModelLoaderTest.java | 2 +-
.../opennlp/tools/util/DownloadParserTest.java | 126 +++++--
.../java/opennlp/tools/util/DownloadUtilTest.java | 43 ++-
.../test/resources/opennlp/tools/util/index.html | 366 ++++++++++++++++-----
pom.xml | 2 +-
8 files changed, 471 insertions(+), 128 deletions(-)