Author: buildbot
Date: Sat Feb 4 18:21:52 2017
New Revision: 1006219
Log:
Staging update by buildbot for opennlp
Added:
websites/staging/opennlp/trunk/content/announcement/release-172.html
Modified:
websites/staging/opennlp/trunk/content/ (props changed)
Propchange: websites/staging/opennlp/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Feb 4 18:21:52 2017
@@ -1 +1 @@
-1781691
+1781693
Added: websites/staging/opennlp/trunk/content/announcement/release-172.html
==============================================================================
--- websites/staging/opennlp/trunk/content/announcement/release-172.html (added)
+++ websites/staging/opennlp/trunk/content/announcement/release-172.html Sat
Feb 4 18:21:52 2017
@@ -0,0 +1,142 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
+<html>
+
+<!--
+ 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.
+-->
+
+<head>
+ <link href="/css/opennlp.css" rel="stylesheet" type="text/css">
+ <title>Apache OpenNLP - Apache OpenNLP 1.7.2 released</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <meta http-equiv="Content-Language" content="en">
+ <meta name="description" content="Apache OpenNLP is a Java machine learning
toolkit for natural language processing (NLP).
+ It supports the most common NLP tasks.">
+</head>
+
+<body>
+ <div id="banner">
+ <img id="opennlp-logo" title="Apache OpenNLP" width="325" height="75"
src="/images/onlplogo.jpg" alt="Apache OpenNLP">
+ <a href="https://www.apache.org">
+ <img id="apache-feather-logo" title="Apache Software
Foundation" border="0" width="537" height="51" src="/images/asf_logo_wide.gif"
alt="Apache Software Foundation">
+ </a>
+ </div>
+
+ <div id="navigation">
+ <style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<h1 id="general">General<a class="headerlink" href="#general" title="Permanent
link">¶</a></h1>
+<ul>
+<li><a href="/index.html">Home</a></li>
+<li><a href="/download.html">Download</a></li>
+<li><a href="/maven-dependency.html">Maven Dependency</a></li>
+<li><a href="https://www.apache.org/licenses/"
class="externalLink">License</a></li>
+<li><a href="/documentation.html">Documentation</a></li>
+<li><a href="/news.html">News</a></li>
+<li><a href="/mail-lists.html">Mailing Lists</a></li>
+<li><a href="https://issues.apache.org/jira/browse/OPENNLP"
class="externalLink">Issue tracker</a></li>
+<li><a href="https://cwiki.apache.org/OPENNLP"
class="externalLink">Wiki</a></li>
+</ul>
+<h1 id="development">Development<a class="headerlink" href="#development"
title="Permanent link">¶</a></h1>
+<ul>
+<li><a href="/get-involved.html">Get Involved</a></li>
+<li><a href="/source-code.html">Source Code</a></li>
+<li><a href="/building.html">Building</a></li>
+<li><a href="/code-conventions.html">Code Conventions</a></li>
+<li><a href="/release.html">Making a release</a></li>
+<li><a href="/team.html">Project Team</a></li>
+</ul>
+<h1 id="asf">ASF<a class="headerlink" href="#asf" title="Permanent
link">¶</a></h1>
+<ul>
+<li><a href="https://www.apache.org" class="externalLink">ASF</a></li>
+<li><a href="https://www.apache.org/foundation/thanks.html"
class="externalLink">Thanks</a></li>
+<li><a href="https://www.apache.org/security/"
class="externalLink">Security</a></li>
+<li><a href="https://www.apache.org/foundation/sponsorship.html"
class="externalLink">Become a Sponsor</a></li>
+</ul>
+ </div>
+
+ <div id="content">
+ <h1 class="title">Apache OpenNLP 1.7.2 released</h1>
+ <style type="text/css">
+/* The following code is added by mdx_elementid.py
+ It was originally lifted from http://subversion.apache.org/style/site.css */
+/*
+ * Hide class="elementid-permalink", except when an enclosing heading
+ * has the :hover property.
+ */
+.headerlink, .elementid-permalink {
+ visibility: hidden;
+}
+h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink,
h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink,
dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>The Apache OpenNLP team is pleased to announce the release of version 1.7.2
of Apache OpenNLP.</p>
+<p>The Apache OpenNLP library is a machine learning based toolkit for the
processing of natural language text.</p>
+<p>It supports the most common NLP tasks, such as tokenization, sentence
segmentation, part-of-speech tagging, named entity extraction, chunking,
parsing, and coreference resolution.</p>
+<p>The OpenNLP 1.7.2 binary and source distributions are available for
download from our download page: <a
href="http://opennlp.apache.org/cgi-bin/download.cgi">http://opennlp.apache.org/cgi-bin/download.cgi</a></p>
+<p>The OpenNLP library is distributed by Maven Central as well. See the Maven
Dependency page for more details: <a
href="http://opennlp.apache.org/maven-dependency.html">http://opennlp.apache.org/maven-dependency.html</a></p>
+<h2 id="requirements">Requirements<a class="headerlink" href="#requirements"
title="Permanent link">¶</a></h2>
+<p>Java 1.8 is required to run OpenNLP
+Maven 3.3.9 is required for building it</p>
+<h2 id="building-from-the-source-distribution">Building from the Source
Distribution<a class="headerlink" href="#building-from-the-source-distribution"
title="Permanent link">¶</a></h2>
+<p>To build everything execute the following command in the root folder:
+ mvn clean install</p>
+<p>The results of the build will be placed in:
+ opennlp-distr/target/apache-opennlp-1.7.2-bin.tar-gz (or .zip)</p>
+<h2 id="what-is-new-in-apache-opennlp-172">What is new in Apache OpenNLP
1.7.2<a class="headerlink" href="#what-is-new-in-apache-opennlp-172"
title="Permanent link">¶</a></h2>
+<p>This release introduces many new features, improvements and bug fixes. The
API
+has been improved for a better consistency and 1.4 deprecated methods were
+removed. Now Java 1.8 is required.</p>
+<p>Additionally the release contains the following noteworthy changes:</p>
+<ul>
+<li>Name Finder evaluation can now show a confusion matrix</li>
+<li>The default evaluation output contains more details</li>
+<li>Added a Language Model CLI tool</li>
+<li>Add Moses format support</li>
+<li>More refactoring and cleanup, specially in Machine Learning package and
Dictionary</li>
+<li>Removed deprecated trainers from UIMA integration</li>
+<li>Fixed potential localization issues and added maven plugin to prevent it
(ForbiddenAPI)</li>
+<li>Fixed issues with the BRAT corpus reader</li>
+<li>Deprecated GIS class, will be removed in a future 1.8.x release</li>
+</ul>
+<p>A detailed list of the issues related to this release can be found in the
release
+notes.</p>
+ </div>
+
+ <div class="clear">
+ <hr>
+ </div>
+
+ <div id="footer">
+ <div class="copyright">
+ <p>
+ Copyright © 2010 The Apache Software Foundation, Licensed under
+ the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache
License, Version 2.0</a>.
+ <br>
+ Apache OpenNLP, OpenNLP, Apache, the Apache feather logo, and the
Apache OpenNLP project logo
+ are trademarks of The Apache Software Foundation. - <a
href="/privacy-policy.html">Privacy Policy</a>
+ </p>
+ </div>
+ </div>
+</body>
+</html>