From c907a5aa28e2c7b687459a0462450a1a495f7c4b Mon Sep 17 00:00:00 2001 From: Martin Wiesner Date: Thu, 25 Apr 2024 10:12:06 +0200 Subject: [PATCH] Updates website with OpenNLP 2.3.3 release --- .github/workflows/main.yml | 3 +- pom.xml | 10 +++++ src/main/jbake/assets/doap_opennlp.rdf | 4 +- src/main/jbake/content/news/release-233.ad | 47 ++++++++++++++++++++++ src/main/jbake/jbake.properties | 4 +- 5 files changed, 63 insertions(+), 5 deletions(-) create mode 100644 src/main/jbake/content/news/release-233.ad diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca9fae87..0d4ed4b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,4 +61,5 @@ jobs: [ -d target/opennlp-site/docs/2.2.0 ] && echo 'docs for 2.2.0 exists' [ -d target/opennlp-site/docs/2.3.0 ] && echo 'docs for 2.3.0 exists' [ -d target/opennlp-site/docs/2.3.1 ] && echo 'docs for 2.3.1 exists' - [ -d target/opennlp-site/docs/2.3.2 ] && echo 'docs for 2.3.2 exists' \ No newline at end of file + [ -d target/opennlp-site/docs/2.3.2 ] && echo 'docs for 2.3.2 exists' + [ -d target/opennlp-site/docs/2.3.3 ] && echo 'docs for 2.3.3 exists' \ No newline at end of file diff --git a/pom.xml b/pom.xml index 5fec7039..e540c289 100644 --- a/pom.xml +++ b/pom.xml @@ -476,6 +476,16 @@ **/lib/**/* + + org.apache.opennlp + opennlp-distr + 2.3.3 + false + zip + bin + ${project.build.directory}/distr/2.3.3 + **/lib/**/* + diff --git a/src/main/jbake/assets/doap_opennlp.rdf b/src/main/jbake/assets/doap_opennlp.rdf index c5842725..ad0c1b79 100644 --- a/src/main/jbake/assets/doap_opennlp.rdf +++ b/src/main/jbake/assets/doap_opennlp.rdf @@ -37,8 +37,8 @@ Apache OpenNLP - 2024-02-04 - 2.3.2 + 2024-04-25 + 2.3.3 diff --git a/src/main/jbake/content/news/release-233.ad b/src/main/jbake/content/news/release-233.ad new file mode 100644 index 00000000..8c64821e --- /dev/null +++ b/src/main/jbake/content/news/release-233.ad @@ -0,0 +1,47 @@ +//// + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +//// += Apache OpenNLP 2.3.3 released +Apache OpenNLP +2024-04-25 +:jbake-type: post +:jbake-tags: community +:jbake-status: published +:category: news +:idprefix: + +The Apache OpenNLP team is pleased to announce the release of Apache OpenNLP 2.3.3. + +The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text. + +It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. + +Apache OpenNLP 2.3.3 binary and source distributions are available for download from our download page: link:/download.html[download page] + +The OpenNLP library is distributed by Maven Central as well. See the Maven Dependency page for more details: link:/maven-dependency.html[Maven Dependency] + +== What's new in Apache OpenNLP 2.3.3 + +This release brings four dependency updates, two bug fixes, minor corrections in the manual, and working integration tests (IT) again! +The ITs were not executed for quite some time, but are now executed for every regular Maven build. + +The OpenNLP manual's CSS got modernized. Moreover, this release will ship an abbreviation dictionary for the Dutch language. + +For a full list of improvements, please see the full list found in link:https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311215&version=12354199[Jira]. + +--The Apache OpenNLP Team diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties index f759a5bf..7a56b12d 100755 --- a/src/main/jbake/jbake.properties +++ b/src/main/jbake/jbake.properties @@ -32,5 +32,5 @@ template.news.file=news.ftl #db.store=local asciidoctor.attributes.export=true asciidoctor.attributes.export.prefix= -opennlp.version=2.3.2 -opennlp.next.version=2.3.3-SNAPSHOT +opennlp.version=2.3.3 +opennlp.next.version=2.3.4-SNAPSHOT