You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2017/09/15 14:58:29 UTC

[opennlp-site] branch master updated: Release Apache OpenNLP 1.8.2

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

joern 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 4edd660  Release Apache OpenNLP 1.8.2
4edd660 is described below

commit 4edd66064d09315fc97beeca7df5ff0ff82da2bf
Author: Jörn Kottmann <jo...@apache.org>
AuthorDate: Fri Sep 15 15:42:16 2017 +0200

    Release Apache OpenNLP 1.8.2
---
 pom.xml                                    |  9 +++++
 src/main/jbake/content/docs/legacy.ad      |  8 +++++
 src/main/jbake/content/news/release-182.ad | 58 ++++++++++++++++++++++++++++++
 src/main/jbake/jbake.properties            |  4 +--
 4 files changed, 77 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index df8977f..770be4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -285,6 +285,15 @@
                   <outputDirectory>${project.build.directory}/distr/1.8.1</outputDirectory>
                 </artifactItem>
 
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>1.8.2</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  <outputDirectory>${project.build.directory}/distr/1.8.2</outputDirectory>
+                </artifactItem>
               </artifactItems>
             </configuration>
           </execution>
diff --git a/src/main/jbake/content/docs/legacy.ad b/src/main/jbake/content/docs/legacy.ad
index ad86d56..ddd04b6 100755
--- a/src/main/jbake/content/docs/legacy.ad
+++ b/src/main/jbake/content/docs/legacy.ad
@@ -27,6 +27,14 @@ 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.8.1 documentation
+
+* link:/docs/1.8.1/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/1.8.1/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc]
+* link:/docs/1.8.1/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/1.8.1/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc]
+* link:/docs/1.8.1/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc]
+
 ### Apache OpenNLP 1.8.0 documentation
 
 * link:/docs/1.8.0/manual/opennlp.html[Apache OpenNLP Manual]
diff --git a/src/main/jbake/content/news/release-182.ad b/src/main/jbake/content/news/release-182.ad
new file mode 100644
index 0000000..9817cd4
--- /dev/null
+++ b/src/main/jbake/content/news/release-182.ad
@@ -0,0 +1,58 @@
+////
+   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.8.2 released
+Apache OpenNLP
+2017-09-15
+:jbake-type: post
+:jbake-tags: community
+:jbake-status: published
+:category: news
+:idprefix:
+
+The Apache OpenNLP team is pleased to announce the release of version 1.8.2 of Apache OpenNLP.
+
+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.
+
+The OpenNLP 1.8.2 binary and source distributions are available for download from our link:/download.html[download page].
+
+The OpenNLP library is distributed by Maven Central as well. See the link:/maven-dependency.html[Maven Dependency] page for more details.
+
+Java 8 is required. Maven 3.3.9 is required for building the Source Distribution.
+
+To build everything execute the following command in the root folder: `mvn clean install`
+
+The results of the build will be placed in: `opennlp-distr/target/apache-opennlp-1.8.2-bin.tar.gz` (or `.zip`)
+
+# What's new in Apache OpenNLP 1.8.2
+
+This release introduces some minor improvements and bug fixes. Java 1.8 is required.
+
+The release contains the following noteworthy changes:
+- The Leipzig format support was improved to extract data for langdetect model training
+- Maxents loglikelihood treshold can be configured by the user
+- Added data verification for the eval data
+- Fixed handling of xml parsers used through out the package
+
+A detailed list of the issues related to this release can be found in the release notes.
+
+Thanks again to all contributors and committers for their help.
+
+--The Apache OpenNLP Team
diff --git a/src/main/jbake/jbake.properties b/src/main/jbake/jbake.properties
index bda097e..4a21f7e 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.8.1
-opennlp.next.version=1.8.2-SNAPSHOT
+opennlp.version=1.8.2
+opennlp.next.version=1.8.3-SNAPSHOT

-- 
To stop receiving notification emails like this one, please contact
['"commits@opennlp.apache.org" <co...@opennlp.apache.org>'].