You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by bu...@apache.org on 2013/04/17 14:36:33 UTC

svn commit: r858824 - in /websites/staging/opennlp/trunk: cgi-bin/ content/ content/announcement/release-153.html content/news.html

Author: buildbot
Date: Wed Apr 17 12:36:32 2013
New Revision: 858824

Log:
Staging update by buildbot for opennlp

Added:
    websites/staging/opennlp/trunk/content/announcement/release-153.html
Modified:
    websites/staging/opennlp/trunk/cgi-bin/   (props changed)
    websites/staging/opennlp/trunk/content/   (props changed)
    websites/staging/opennlp/trunk/content/news.html

Propchange: websites/staging/opennlp/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 17 12:36:32 2013
@@ -1 +1 @@
-1468504
+1468868

Propchange: websites/staging/opennlp/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 17 12:36:32 2013
@@ -1 +1 @@
-1468504
+1468868

Added: websites/staging/opennlp/trunk/content/announcement/release-153.html
==============================================================================
--- websites/staging/opennlp/trunk/content/announcement/release-153.html (added)
+++ websites/staging/opennlp/trunk/content/announcement/release-153.html Wed Apr 17 12:36:32 2013
@@ -0,0 +1,112 @@
+<!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.5.3 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="http://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">
+    <h1 id="general">General</h1>
+<ul>
+<li><a href="/index.html">Home</a></li>
+<li><a href="/cgi-bin/download.cgi">Download</a></li>
+<li><a href="/maven-dependency.html">Maven Dependency</a></li>
+<li><a href="http://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</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</h1>
+<ul>
+<li><a href="http://www.apache.org" class="externalLink">ASF</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html" class="externalLink">Thanks</a></li>
+<li><a href="http://www.apache.org/security/" class="externalLink">Security</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html" class="externalLink">Become a Sponsor</a></li>
+</ul>
+  </div>
+  
+  <div id="content">
+    <h1 class="title">Apache OpenNLP 1.5.3 released</h1>
+    <p>The Apache OpenNLP team is pleased to announce the release of version 1.5.3 of Apache OpenNLP.</p>
+<p>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.</p>
+<p>The OpenNLP 1.5.3 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>
+<p>This release contains a couple of new features, improvements and bug fixes. The CLI
+has been improved for a better consistency. Now the tools supports extensions that
+can be configured from the model, including customized context generators and
+validators.</p>
+<p>Additionally the release contains the following noteworthy changes:</p>
+<ul>
+<li>Porter Stemmer tool</li>
+<li>L-BFGS parameter estimation</li>
+<li>Improved documentation</li>
+<li>Fine-grained POSTagger evaluation report</li>
+<li>Improved support to load user provided feature generator and context validation classes from OSGi environment</li>
+<li>A detailed list of the issues related to this release can be found in the release notes.</li>
+</ul>
+<p>For a complete list of fixed bugs and improvements please see the RELEASE_NOTES file included in the distribution.</p>
+<p>--The Apache OpenNLP Team</p>
+  </div>
+  
+  <div class="clear">
+    <hr>
+  </div>
+    
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 The Apache Software Foundation, Licensed under 
+        the <a href="http://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>

Modified: websites/staging/opennlp/trunk/content/news.html
==============================================================================
--- websites/staging/opennlp/trunk/content/news.html (original)
+++ websites/staging/opennlp/trunk/content/news.html Wed Apr 17 12:36:32 2013
@@ -68,7 +68,10 @@
   
   <div id="content">
     <h1 class="title">News</h1>
-    <h3 id="15-feb-2012">15-Feb-2012</h3>
+    <h3 id="28-nov-2011">28-Nov-2011</h3>
+<p>Apache OpenNLP 1.5.3 is released and now available for <a href="download.cgi">download</a>.</p>
+<p>See the <a href="announcement/release-153.html">announcement</a> for details.</p>
+<h3 id="15-feb-2012">15-Feb-2012</h3>
 <ul>
 <li>We have graduated from the incubator as a Top Level Project.</li>
 </ul>
@@ -78,7 +81,7 @@
 <li>OpenNLP is moving forward with new features, fixes and advancements for the New Year.</li>
 <li>Merry Chistmas &amp; Happy New Year! Again... yes, it has been another year.</li>
 </ul>
-<h3 id="28-nov-2011">28-Nov-2011</h3>
+<h3 id="28-nov-2011_1">28-Nov-2011</h3>
 <p>Apache OpenNLP 1.5.2-incubating is released and now available for <a href="download.cgi">download</a>.</p>
 <p>See the <a href="announcement/release-152.html">announcement</a> for details.</p>
 <h3 id="02-may-2011">02-May-2011</h3>