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 2022/11/28 19:31:51 UTC

[opennlp-site] branch master updated: Updating for OpenNLP 2.1.0.

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

jzemerick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a8c0326 Updating for OpenNLP 2.1.0.
8a8c0326 is described below

commit 8a8c0326ef6008b7dbc2a8c2ed257cdf0ba98494
Author: jzonthemtn <jz...@apache.org>
AuthorDate: Mon Nov 28 14:31:39 2022 -0500

    Updating for OpenNLP 2.1.0.
---
 pom.xml                                    | 10 ++++++
 src/main/jbake/assets/doap_opennlp.rdf     |  4 +--
 src/main/jbake/content/docs/legacy.ad      |  7 +++++
 src/main/jbake/content/news/release-210.ad | 50 ++++++++++++++++++++++++++++++
 src/main/jbake/content/release.ad          |  2 +-
 src/main/jbake/jbake.properties            |  4 +--
 6 files changed, 72 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 35212eee..c1451efc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,6 +383,16 @@
                   <outputDirectory>${project.build.directory}/distr/2.0.0</outputDirectory>
                 </artifactItem>
 
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>2.1.0</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  <outputDirectory>${project.build.directory}/distr/2.1.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 95dc03b2..8f60ea10 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>2022-06-05</created>
-        <revision>2.0.0</revision>
+        <created>2022-11-23</created>
+        <revision>2.1.0</revision>
       </Version>
     </release>
     <repository>
diff --git a/src/main/jbake/content/docs/legacy.ad b/src/main/jbake/content/docs/legacy.ad
index 865f86fe..c95d97df 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.0.0 documentation
+* link:/docs/2.0.0/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/2.0.0/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
+* link:/docs/2.0.0/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/2.0.0/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc]
+* link:/docs/2.0.0/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]
+
 ### Apache OpenNLP 1.9.4 documentation
 * link:/docs/1.9.4/manual/opennlp.html[Apache OpenNLP Manual]
 * link:/docs/1.9.4/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
diff --git a/src/main/jbake/content/news/release-210.ad b/src/main/jbake/content/news/release-210.ad
new file mode 100644
index 00000000..d53bbd20
--- /dev/null
+++ b/src/main/jbake/content/news/release-210.ad
@@ -0,0 +1,50 @@
+////
+   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.1.0 released
+Apache OpenNLP
+2022-11-23
+: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.1.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.1.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.1.0
+
+- Update language codes in documentation
+- Enable optional GPU inference in ONNX Runtime configuration
+- Allow for unlimited text length in document classification with ONNX Runtime
+- Fix alphaNumOpt in tokenizer example
+- Training of MaxEnt model with large corpora fails with java.io.UTFDataFormatException
+- Make parameter names in the params file be not case-sensitive
+- Upgrade JUnit to version 5
+
+For a full list please see the list of items addressed in link:https://issues.apache.org/jira/browse/OPENNLP-1370?jql=project%20%3D%20OPENNLP%20AND%20status%20in%20(Resolved%2C%20Closed)%20AND%20fixVersion%20in%20(2.1.0)%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC[Jira].
+
+--The Apache OpenNLP Team
diff --git a/src/main/jbake/content/release.ad b/src/main/jbake/content/release.ad
index 11de5c67..9346aa34 100644
--- a/src/main/jbake/content/release.ad
+++ b/src/main/jbake/content/release.ad
@@ -136,7 +136,7 @@ Commit the distribution via SVN to https://dist.apache.org/repos/dist/release:
 svn co https://dist.apache.org/repos/dist/release/opennlp/ dist
 # check if the KEYS file contains your key, if not, update it
 # copy opennlp/target/checkout/target/apache-opennlp* to dist/opennlp-<VERSION>
-svn commit --username <username>
+svn commit --username <username> -m "Adding OpenNLP <version>"
 ----
 
 ### Delete Old Release(s)
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index 24c21269..4829243f 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.0.0
-opennlp.next.version=2.0.1-SNAPSHOT
+opennlp.version=2.1.0
+opennlp.next.version=2.1.1-SNAPSHOT