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 2019/12/26 14:31:24 UTC

[opennlp-site] branch opennlp192 created (now 88a42ea)

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

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


      at 88a42ea  OpenNLP 1.9.2 release.

This branch includes the following new commits:

     new 88a42ea  OpenNLP 1.9.2 release.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[opennlp-site] 01/01: OpenNLP 1.9.2 release.

Posted by jz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 88a42ea2dd30633941eb9ec9fe607d5a16f7c1f3
Author: jzonthemtn <je...@mtnfog.com>
AuthorDate: Thu Dec 26 09:31:10 2019 -0500

    OpenNLP 1.9.2 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-192.ad | 49 ++++++++++++++++++++++++++++++
 src/main/jbake/jbake.properties            |  4 +--
 5 files changed, 71 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18a1710..16457ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -335,6 +335,16 @@
                   <outputDirectory>${project.build.directory}/distr/1.9.1</outputDirectory>
                 </artifactItem>
 
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>1.9.2</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  <outputDirectory>${project.build.directory}/distr/1.9.2</outputDirectory>
+                </artifactItem>
+
               </artifactItems>
             </configuration>
           </execution>
diff --git a/src/main/jbake/assets/doap_opennlp.rdf b/src/main/jbake/assets/doap_opennlp.rdf
index cb2f0d4..cb9a31f 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.1</name>
-        <created>2018-12-31</created>
-        <revision>1.9.1</revision>
+        <name>Apache OpenNLP 1.9.2</name>
+        <created>2019-12-26</created>
+        <revision>1.9.2</revision>
       </Version>
     </release>
     <repository>
diff --git a/src/main/jbake/content/docs/legacy.ad b/src/main/jbake/content/docs/legacy.ad
index c4b66af..99c18ae 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.1 documentation
+* link:/docs/1.9.1/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/1.9.1/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
+* link:/docs/1.9.1/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/1.9.1/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc]
+* link:/docs/1.9.1/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]
+
 ### Apache OpenNLP 1.9.0 documentation
 
 * link:/docs/1.9.0/manual/opennlp.html[Apache OpenNLP Manual]
diff --git a/src/main/jbake/content/news/release-192.ad b/src/main/jbake/content/news/release-192.ad
new file mode 100644
index 0000000..b136d44
--- /dev/null
+++ b/src/main/jbake/content/news/release-192.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.2 released
+Apache OpenNLP
+2019-12-26
+: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.2.
+
+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.1 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.2
+
+- Add SHA-512 checksum files for artifacts.
+- LanguageDetectorEvaluatorTest failure in Windows.
+- Build Warnings due to deprecated pom.version.
+- Add support for Arabic and Greek stemmers.
+
+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/jbake.properties b/src/main/jbake/jbake.properties
index b1725a7..2fe78bf 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.1
-opennlp.next.version=1.9.2-SNAPSHOT
+opennlp.version=1.9.2
+opennlp.next.version=1.9.3-SNAPSHOT