This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/main by this push:
new 8169992b OpenNLP 2.4.0
8169992b is described below
commit 8169992b04aee16b251a9c2bc44dae9fcc5213ce
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jul 19 20:24:39 2024 +0200
OpenNLP 2.4.0
---
.github/workflows/main.yml | 3 +-
pom.xml | 11 +++++++
src/main/jbake/assets/doap_opennlp.rdf | 4 +--
src/main/jbake/content/docs/legacy.ad | 7 +++++
src/main/jbake/content/news/release-240.ad | 46 ++++++++++++++++++++++++++++++
src/main/jbake/jbake.properties | 4 +--
6 files changed, 70 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0d4ed4b2..6ccdf4cc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -62,4 +62,5 @@ jobs:
[ -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'
- [ -d target/opennlp-site/docs/2.3.3 ] && echo 'docs for 2.3.3 exists'
\ No newline at end of file
+ [ -d target/opennlp-site/docs/2.3.3 ] && echo 'docs for 2.3.3 exists'
+ [ -d target/opennlp-site/docs/2.4.0 ] && echo 'docs for 2.3.3 exists'
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e540c289..73d484c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -486,6 +486,17 @@
<outputDirectory>${project.build.directory}/distr/2.3.3</outputDirectory>
<excludes>**/lib/**/*</excludes>
</artifactItem>
+
+ <artifactItem>
+ <groupId>org.apache.opennlp</groupId>
+ <artifactId>opennlp-distr</artifactId>
+ <version>2.4.0</version>
+ <overWrite>false</overWrite>
+ <type>zip</type>
+ <classifier>bin</classifier>
+
<outputDirectory>${project.build.directory}/distr/2.3.3</outputDirectory>
+ <excludes>**/lib/**/*</excludes>
+ </artifactItem>
</artifactItems>
</configuration>
</execution>
diff --git a/src/main/jbake/assets/doap_opennlp.rdf
b/src/main/jbake/assets/doap_opennlp.rdf
index ad0c1b79..d8a8f17b 100644
--- a/src/main/jbake/assets/doap_opennlp.rdf
+++ b/src/main/jbake/assets/doap_opennlp.rdf
@@ -37,8 +37,8 @@
<release>
<Version>
<name>Apache OpenNLP</name>
- <created>2024-04-25</created>
- <revision>2.3.3</revision>
+ <created>2024-07-16</created>
+ <revision>2.4.0</revision>
</Version>
</release>
<repository>
diff --git a/src/main/jbake/content/docs/legacy.ad
b/src/main/jbake/content/docs/legacy.ad
index f374cf21..a53481e5 100755
--- a/src/main/jbake/content/docs/legacy.ad
+++ b/src/main/jbake/content/docs/legacy.ad
@@ -27,6 +27,13 @@ WARNING: This page contains the archived documentation.
Please refer to link:/do
There exists a manual and Javadoc API documentation for Apache OpenNLP. The
manual
explains how the various OpenNLP components can be used and trained.
+== Apache OpenNLP 2.3.3 documentation
+* link:/docs/2.3.3/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/2.3.3/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools
Javadoc]
+* link:/docs/2.3.3/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/2.3.3/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP
BRAT Annotator Javadoc]
+* link:/docs/2.3.3/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP
Morfologik Addon Javadoc]
+
== Apache OpenNLP 2.3.2 documentation
* link:/docs/2.3.2/manual/opennlp.html[Apache OpenNLP Manual]
* link:/docs/2.3.2/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools
Javadoc]
diff --git a/src/main/jbake/content/news/release-240.ad
b/src/main/jbake/content/news/release-240.ad
new file mode 100644
index 00000000..526c7de4
--- /dev/null
+++ b/src/main/jbake/content/news/release-240.ad
@@ -0,0 +1,46 @@
+////
+ 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.4.0 released
+Apache OpenNLP
+2024-07-16
+: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.4.0.
+
+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.4.0 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.4.0
+
+This release brings dependency updates, bug fixes and a new module to load
pre-trained OpenNLP models from JARs of the current classpath.
+Together with our first release of
link:https://github.com/apache/opennlp-models[OpenNLP Models] pre-trained
OpenNLP models can now easily be declared
+as Maven dependencies and directly used from an application.
+
+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=12354552[Jira].
+
+--The Apache OpenNLP Team
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index 7a56b12d..bc30f7c9 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.3
-opennlp.next.version=2.3.4-SNAPSHOT
+opennlp.version=2.4.0
+opennlp.next.version=2.4.1-SNAPSHOT