This is an automated email from the ASF dual-hosted git repository. smarthi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
commit 1cf59bf938a5ff5256d033b448ccebc843201570 Author: Jörn Kottmann <[email protected]> AuthorDate: Fri Oct 27 11:24:34 2017 +0200 Release Apache OpenNLP 1.8.3 --- pom.xml | 10 ++++++ src/main/jbake/content/docs/legacy.ad | 8 +++++ src/main/jbake/content/news/release-183.ad | 53 ++++++++++++++++++++++++++++++ src/main/jbake/jbake.properties | 4 +-- 4 files changed, 73 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 770be4e..e5b2a94 100644 --- a/pom.xml +++ b/pom.xml @@ -294,6 +294,16 @@ <classifier>bin</classifier> <outputDirectory>${project.build.directory}/distr/1.8.2</outputDirectory> </artifactItem> + + <artifactItem> + <groupId>org.apache.opennlp</groupId> + <artifactId>opennlp-distr</artifactId> + <version>1.8.3</version> + <overWrite>false</overWrite> + <type>zip</type> + <classifier>bin</classifier> + <outputDirectory>${project.build.directory}/distr/1.8.3</outputDirectory> + </artifactItem> </artifactItems> </configuration> </execution> diff --git a/src/main/jbake/content/docs/legacy.ad b/src/main/jbake/content/docs/legacy.ad index ddd04b6..fec45ba 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.2 documentation + +* link:/docs/1.8.2/manual/opennlp.html[Apache OpenNLP Manual] +* link:/docs/1.8.2/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools Javadoc] +* link:/docs/1.8.2/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc] +* link:/docs/1.8.2/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP BRAT Annotator Javadoc] +* link:/docs/1.8.2/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP Morfologik Addon Javadoc] + ### Apache OpenNLP 1.8.1 documentation * link:/docs/1.8.1/manual/opennlp.html[Apache OpenNLP Manual] diff --git a/src/main/jbake/content/news/release-183.ad b/src/main/jbake/content/news/release-183.ad new file mode 100644 index 0000000..4b3f4ab --- /dev/null +++ b/src/main/jbake/content/news/release-183.ad @@ -0,0 +1,53 @@ +//// + 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.3 released +Apache OpenNLP +2017-10-27 +: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.8.3. + +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.8.3 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.8.3 + +This release introduces new features, improvements and bug fixes. Java 1.8 and Maven 3.3.9 are required. + +Additionally the release contains the following noteworthy changes: +- New experimental API for Word Vectors and support for Glove vector files +- Code cleanups and addition of test cases +- Java 9 module name is now set to org.apache.opennlp.tools +- All Sample objects now implement Serializable to work better with solutions like Apache Flink + +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 4a21f7e..31c1eed 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.2 -opennlp.next.version=1.8.3-SNAPSHOT +opennlp.version=1.8.3 +opennlp.next.version=1.8.4-SNAPSHOT -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
