You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2023/04/22 17:42:18 UTC

[opennlp-site] branch main updated: Adding release for 2.2.0.

This is an automated email from the ASF dual-hosted git repository.

jzemerick 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 e38ecb6e Adding release for 2.2.0.
e38ecb6e is described below

commit e38ecb6e4279626c0e15caa80dbaab25316a5969
Author: jzonthemtn <jz...@apache.org>
AuthorDate: Sat Apr 22 13:42:11 2023 -0400

    Adding release for 2.2.0.
---
 pom.xml                                    | 10 +++++++
 src/main/jbake/assets/doap_opennlp.rdf     |  4 +--
 src/main/jbake/content/news/release-220.ad | 44 ++++++++++++++++++++++++++++++
 src/main/jbake/jbake.properties            |  4 +--
 4 files changed, 58 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 179d3cdc..49e3f2ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,6 +403,16 @@
                   <outputDirectory>${project.build.directory}/distr/2.1.1</outputDirectory>
                 </artifactItem>
 
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>2.2.0</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  <outputDirectory>${project.build.directory}/distr/2.2.0</outputDirectory>
+                </artifactItem>
+
               </artifactItems>
             </configuration>
           </execution>
diff --git a/src/main/jbake/assets/doap_opennlp.rdf b/src/main/jbake/assets/doap_opennlp.rdf
index be0b5ce2..f9bb7ce8 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>2023-02-23</created>
-        <revision>2.1.1</revision>
+        <created>2023-04-22</created>
+        <revision>2.2.0</revision>
       </Version>
     </release>
     <repository>
diff --git a/src/main/jbake/content/news/release-220.ad b/src/main/jbake/content/news/release-220.ad
new file mode 100644
index 00000000..208c837b
--- /dev/null
+++ b/src/main/jbake/content/news/release-220.ad
@@ -0,0 +1,44 @@
+////
+   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.2.0 released
+Apache OpenNLP
+2023-04-22
+: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.2.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.2.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.2.0
+
+This version contains improvements to logging by introducing SLF4J to replace logging using System.out. ONNX Runtime support for sentence-transformers was also introduced. This version also includes fixes for stemming, documentation, and unit tests.
+
+For a full list please see the list of items addressed in link:https://issues.apache.org/jira/browse/OPENNLP-1483?jql=project%20%3D%20OPENNLP%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20%3D%202.2.0[Jira].
+
+--The Apache OpenNLP Team
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index fcb8c03d..b0b62377 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.1.1
-opennlp.next.version=2.1.2-SNAPSHOT
+opennlp.version=2.2.0
+opennlp.next.version=2.2.1-SNAPSHOT