You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2017/07/24 09:09:32 UTC

svn commit: r1802765 - in /uima/site/trunk/uima-website/xdocs: index.xml news.xml ruta.xml

Author: pkluegl
Date: Mon Jul 24 09:09:32 2017
New Revision: 1802765

URL: http://svn.apache.org/viewvc?rev=1802765&view=rev
Log:
ruta-2.6.1

Modified:
    uima/site/trunk/uima-website/xdocs/index.xml
    uima/site/trunk/uima-website/xdocs/news.xml
    uima/site/trunk/uima-website/xdocs/ruta.xml

Modified: uima/site/trunk/uima-website/xdocs/index.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/index.xml?rev=1802765&r1=1802764&r2=1802765&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/index.xml (original)
+++ uima/site/trunk/uima-website/xdocs/index.xml Mon Jul 24 09:09:32 2017
@@ -143,6 +143,9 @@
 		<p>
 		<ul>
           <li>
+            <a href="news.html#24 Jul 2017">24 July 2017: <strong>Apache UIMA Ruta 2.6.1 released</strong></a>
+          </li>    
+          <li>
             <a href="news.html#4 Apr 2017">4 April 2017: <strong>Apache UIMA Java SDK 2.10.0 released</strong></a>
           </li>       
           <li>

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1802765&r1=1802764&r2=1802765&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Mon Jul 24 09:09:32 2017
@@ -34,6 +34,43 @@
 		<section name="Apache UIMA News">
     <subsectionToc/>
 
+
+    <subsection name="24 Jul 2017" date = "24 July 2017" title="Apache UIMA Ruta 2.6.1 released">
+        <p>Apache UIMA Ruta is a rule-based script language supported by
+          Eclipse-based tooling. The language is designed to enable rapid
+          development of text processing applications within UIMA. A special
+          focus lies on the intuitive and flexible domain specific language for defining
+          patterns of annotations. The Eclipse-based tooling,
+          called the Apache UIMA Ruta Workbench, was created to support the
+          user and to facilitate every step when writing rules. Both
+          the rule language and the workbench integrate
+          smoothly with Apache UIMA. 
+        </p>
+        <p>Major Changes in this Release</p>
+        <p>UIMA Ruta Language and Analysis Engine:</p>
+        <ul>
+          <li>Fixed problem with empty annotation list expressions</li>
+          <li>Fixed stacked feature expressions</li>
+          <li>Fixed false positive match in conjunct rules</li>
+          <li>Fixed mixing FOREACH with BLOCK blocks</li>
+          <li>Fixed min/max quantifier</li>
+          <li>Fixed float variables</li>
+          <li>Fixed dynamic internal reindexing</li>
+          <li>Requires UIMA 2.10.0 and uimaFIT 2.3.0</li>
+          <li>Other bugfixes</li>
+        </ul>
+        <p>UIMA Ruta Workbench:</p>
+        <ul>
+          <li>Fixed Query View</li>
+          <li>Fixed Annotation Testing View</li>
+          <li>Fixed error reporting in editor</li>
+        </ul>
+        
+        <p>For a complete list of bugs and improvements included in this release please see
+        <a href="http://uima.apache.org/d/ruta-2.6.1/issuesFixed/jira-report.html">issue report</a>.
+        </p>
+      </subsection>
+
     <subsection name="4 Apr 2017" date = "4 April 2017" title="Apache UIMA Java SDK 2.10.0 released">
 
       <p>The UIMA core Java SDK adds some new capabilities and fixes some bugs.

Modified: uima/site/trunk/uima-website/xdocs/ruta.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/ruta.xml?rev=1802765&r1=1802764&r2=1802765&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/ruta.xml (original)
+++ uima/site/trunk/uima-website/xdocs/ruta.xml Mon Jul 24 09:09:32 2017
@@ -54,7 +54,7 @@ under the License.
         <a href="http://www.apache.org/dist/uima/eclipse-update-site/">http://www.apache.org/dist/uima/eclipse-update-site/</a>
       </p> 
       <p>
-        The UIMA Ruta Workbench 2.6.0 is tested with Eclipse Neon (older versions are still supported). The UIMA Ruta Workbench 2.3.0 - 2.4.0 is tested with Eclipse 4.3 (Kepler) and Eclipse 4.4 (Luna). The UIMA Ruta Workbench 2.2.1 requires Eclipse 4.3.2
+        The UIMA Ruta Workbench 2.6.1 is tested with Eclipse Oxygen (older versions are still supported). The UIMA Ruta Workbench 2.3.0 - 2.4.0 is tested with Eclipse 4.3 (Kepler) and Eclipse 4.4 (Luna). The UIMA Ruta Workbench 2.2.1 requires Eclipse 4.3.2
       </p> 
     </li>     
   </ul>
@@ -152,7 +152,7 @@ under the License.
 &lt;dependency>
   &lt;groupId>org.apache.uima&lt;/groupId>
   &lt;artifactId>ruta-core&lt;/artifactId>
-  &lt;version>2.6.0&lt;/version>
+  &lt;version>2.6.1&lt;/version>
 &lt;/dependency>
   </pre>
   <subsubsection>