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 168f580  OPENNLP-1203: Updates for 1.9.0 release. (#51)
168f580 is described below

commit 168f5800cf067afda7f77d99ce4ce0f60856b674
Author: Jeff Zemerick <[email protected]>
AuthorDate: Tue Jul 3 08:33:50 2018 -0400

    OPENNLP-1203: Updates for 1.9.0 release. (#51)
---
 pom.xml                                    | 20 ++++++++---
 src/main/jbake/assets/doap_opennlp.rdf     | 14 ++++----
 src/main/jbake/content/docs/legacy.ad      | 10 +++++-
 src/main/jbake/content/news/release-190.ad | 58 ++++++++++++++++++++++++++++++
 4 files changed, 89 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf1e243..ae2cae3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
    "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.    
+   under the License.
 -->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
@@ -145,7 +145,7 @@
                   </dirset>
                   <sequential>
                     <echo>Copy @{folder} docs</echo>
-                    
+
                     <copy todir="target/opennlp-site/docs">
                         <fileset dir="@{folder}" casesensitive="yes">
                             <include name="**/docs/**/*"/>
@@ -173,7 +173,7 @@
                     </replaceregexp>
                   </sequential>
                 </ac:for>
- 
+
               </target>
             </configuration>
             <goals>
@@ -214,7 +214,7 @@
             </goals>
             <configuration>
               <artifactItems>
-                
+
                 <artifactItem>
                   <groupId>org.apache.opennlp</groupId>
                   <artifactId>opennlp-distr</artifactId>
@@ -314,6 +314,17 @@
                   <classifier>bin</classifier>
                   
<outputDirectory>${project.build.directory}/distr/1.8.4</outputDirectory>
                 </artifactItem>
+
+                <artifactItem>
+                  <groupId>org.apache.opennlp</groupId>
+                  <artifactId>opennlp-distr</artifactId>
+                  <version>1.9.0</version>
+                  <overWrite>false</overWrite>
+                  <type>zip</type>
+                  <classifier>bin</classifier>
+                  
<outputDirectory>${project.build.directory}/distr/1.9.0</outputDirectory>
+                </artifactItem>
+
               </artifactItems>
             </configuration>
           </execution>
@@ -324,4 +335,3 @@
   </build>
 
 </project>
-
diff --git a/src/main/jbake/assets/doap_opennlp.rdf 
b/src/main/jbake/assets/doap_opennlp.rdf
index 672dd15..dc4a376 100644
--- a/src/main/jbake/assets/doap_opennlp.rdf
+++ b/src/main/jbake/assets/doap_opennlp.rdf
@@ -1,8 +1,8 @@
 <?xml version="1.0"?>
 <?xml-stylesheet type="text/xsl"?>
 <rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#"; 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"; 
+         xmlns="http://usefulinc.com/ns/doap#";
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
          xmlns:asfext="http://projects.apache.org/ns/asfext#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 <!--
@@ -12,9 +12,9 @@
     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.
@@ -36,9 +36,9 @@
     <category rdf:resource="http://projects.apache.org/category/library"; />
     <release>
       <Version>
-        <name>Apache OpenNLP 1.8.4</name>
-        <created>2017-12-25</created>
-        <revision>1.8.4</revision>
+        <name>Apache OpenNLP 1.9.0</name>
+        <created>2018-07-02</created>
+        <revision>1.9.0</revision>
       </Version>
     </release>
     <repository>
diff --git a/src/main/jbake/content/docs/legacy.ad 
b/src/main/jbake/content/docs/legacy.ad
index b9de13e..02189be 100755
--- a/src/main/jbake/content/docs/legacy.ad
+++ b/src/main/jbake/content/docs/legacy.ad
@@ -14,7 +14,7 @@
    "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.   
+   under the License.
 ////
 = Documentation
 :jbake-type: page
@@ -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.4 documentation
+
+* link:/docs/1.8.4/manual/opennlp.html[Apache OpenNLP Manual]
+* link:/docs/1.8.4/apidocs/opennlp-tools/index.html[Apache OpenNLP Tools 
Javadoc]
+* link:/docs/1.8.4/apidocs/opennlp-uima/index.html[Apache OpenNLP UIMA Javadoc]
+* link:/docs/1.8.4/apidocs/opennlp-brat-annotator/index.html[Apache OpenNLP 
BRAT Annotator Javadoc]
+* link:/docs/1.8.4/apidocs/opennlp-morfologik-addon/index.html[Apache OpenNLP 
Morfologik Addon Javadoc]
+
 ### Apache OpenNLP 1.8.3 documentation
 
 * link:/docs/1.8.3/manual/opennlp.html[Apache OpenNLP Manual]
diff --git a/src/main/jbake/content/news/release-190.ad 
b/src/main/jbake/content/news/release-190.ad
new file mode 100644
index 0000000..f6bd3c5
--- /dev/null
+++ b/src/main/jbake/content/news/release-190.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.9.0 released
+Apache OpenNLP
+2018-07-02
+: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.0.
+
+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.0 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.0
+
+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 changes:
+
+- Brat Document Parser should support name type filters
+- Brat format support fails on multi fragment annotations
+- Remove MD5 hashes from Release process
+- Use String[] instead of StringList in LanguageModel API
+- BRAT Annotator service Fails to start
+- Token model creation fails without at least one &lt;SPLIT&gt; tag
+- Update Penn Treebank URL
+- Explain the new format of feature generator XML config<
+- Unify code to sum up input context features<
+
+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

Reply via email to