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

[opennlp-site] branch master updated (9efc72f -> 1d7207e)

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

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


    from 9efc72f  Add Koji to PMC
     new 1cf59bf  Release Apache OpenNLP 1.8.3
     new 1d7207e  Update release-183.ad

The 2 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.


Summary of changes:
 pom.xml                                            | 10 +++++++
 src/main/jbake/content/docs/legacy.ad              |  8 ++++++
 .../news/{release-182.ad => release-183.ad}        | 31 +++++++++-------------
 src/main/jbake/jbake.properties                    |  4 +--
 4 files changed, 33 insertions(+), 20 deletions(-)
 copy src/main/jbake/content/news/{release-182.ad => release-183.ad} (55%)

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

[opennlp-site] 02/02: Update release-183.ad

Posted by sm...@apache.org.
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 1d7207eaa399db6d92abbbfa5e85d175eb3e5d90
Author: Suneel Marthi <sm...@apache.org>
AuthorDate: Fri Oct 27 14:59:29 2017 +0530

    Update release-183.ad
---
 src/main/jbake/content/news/release-183.ad | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/jbake/content/news/release-183.ad b/src/main/jbake/content/news/release-183.ad
index 4b3f4ab..49bb7f1 100644
--- a/src/main/jbake/content/news/release-183.ad
+++ b/src/main/jbake/content/news/release-183.ad
@@ -44,7 +44,7 @@ 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
+- All Sample objects now implement Serializable to better work with distributed frameworks like Apache Flink
 
 A detailed list of the issues related to this release can be found in the release notes.
 

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

[opennlp-site] 01/02: Release Apache OpenNLP 1.8.3

Posted by sm...@apache.org.
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 <jo...@apache.org>
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
"commits@opennlp.apache.org" <co...@opennlp.apache.org>.