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 2021/11/03 12:45:33 UTC

[opennlp-site] branch master updated: OpenNLP 1.9.4 release

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 4058aab  OpenNLP 1.9.4 release
4058aab is described below

commit 4058aab40e1ffec5e0dfa708bb5d14326a973506
Author: jzonthemtn <jz...@apache.org>
AuthorDate: Wed Nov 3 08:43:43 2021 -0400

    OpenNLP 1.9.4 release
---
 pom.xml                                    | 10 ++++++
 src/main/jbake/assets/doap_opennlp.rdf     |  6 ++--
 src/main/jbake/content/docs/legacy.ad      |  7 +++++
 src/main/jbake/content/news/release-194.ad | 49 ++++++++++++++++++++++++++++++
 src/main/jbake/content/release.ad          |  4 +--
 src/main/jbake/jbake.properties            |  4 +--
 6 files changed, 73 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3324f73..3899275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,6 +355,16 @@
                   <outputDirectory>${project.build.directory}/distr/1.9.3</outputDirectory>
                 </artifactItem>
 
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>1.9.4</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  <outputDirectory>${project.build.directory}/distr/1.9.4</outputDirectory>
+                </artifactItem>
+
               </artifactItems>
             </configuration>
           </execution>
diff --git a/src/main/jbake/assets/doap_opennlp.rdf b/src/main/jbake/assets/doap_opennlp.rdf
index e966cdb..3b72535 100644
--- a/src/main/jbake/assets/doap_opennlp.rdf
+++ b/src/main/jbake/assets/doap_opennlp.rdf
@@ -36,9 +36,9 @@
     <category rdf:resource="http://projects.apache.org/category/library" />
     <release>
       <Version>
-        <name>Apache OpenNLP 1.9.3</name>
-        <created>2020-07-31</created>
-        <revision>1.9.3</revision>
+        <name>Apache OpenNLP 1.9.4</name>
+        <created>2021-11-03</created>
+        <revision>1.9.4</revision>
       </Version>
     </release>
     <repository>
diff --git a/src/main/jbake/content/docs/legacy.ad b/src/main/jbake/content/docs/legacy.ad
index 2ee5bf4..929a790 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 1.9.3 documentation
+* link:/docs/1.9.3/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/1.9.3/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
+* link:/docs/1.9.3/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/1.9.3/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc]
+* link:/docs/1.9.3/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]
+
 ### Apache OpenNLP 1.9.2 documentation
 * link:/docs/1.9.2/manual/opennlp.html[Apache OpenNLP Manual]
 * link:/docs/1.9.2/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
diff --git a/src/main/jbake/content/news/release-194.ad b/src/main/jbake/content/news/release-194.ad
new file mode 100644
index 0000000..704bf93
--- /dev/null
+++ b/src/main/jbake/content/news/release-194.ad
@@ -0,0 +1,49 @@
+////
+   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 1.9.4 released
+Apache OpenNLP
+2021-11-03
+: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 1.9.4.
+
+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 1.9.4 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 1.9.4
+
+- Refactorings to improve code quality and performance.
+- Fix Parser top k parses doesn't show "top" (highest probability) parses.
+- Use LinkedHashMap for deterministic iteration order.
+- Fixed spelling errors in the documentation.
+
+A detailed list of the issues related to this release can be found in the release notes.
+
+For a complete list of fixed bugs and improvements please see the README.html file included in the distribution.
+
+--The Apache OpenNLP Team
diff --git a/src/main/jbake/content/release.ad b/src/main/jbake/content/release.ad
index fe74215..11de5c6 100644
--- a/src/main/jbake/content/release.ad
+++ b/src/main/jbake/content/release.ad
@@ -139,7 +139,7 @@ svn co https://dist.apache.org/repos/dist/release/opennlp/ dist
 svn commit --username <username>
 ----
 
-### Archive Old Release(s)
+### Delete Old Release(s)
 
 To reduce the load on the ASF mirrors, projects are required to delete old releases (see http://www.apache.org/legal/release-policy.html#when-to-archive).
 
@@ -190,7 +190,7 @@ Move the last version's links to the documentation to the Legacy Documentation (
 
 #### Update doap_opennlp.rdf
 
-- Update the `doap_opennlp.rdf` file to reflect the new version.
+- Update the `doap_opennlp.rdf` file to reflect the new version number and release date.
 
 #### Add News Item
 
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index 17b728e..362a094 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=1.9.3
-opennlp.next.version=1.9.4-SNAPSHOT
+opennlp.version=1.9.4
+opennlp.next.version=1.9.5-SNAPSHOT