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 2013/09/04 15:56:09 UTC

svn commit: r1520023 - in /uima/sandbox/ruta/trunk: README RELEASE_NOTES.html

Author: pkluegl
Date: Wed Sep  4 13:56:09 2013
New Revision: 1520023

URL: http://svn.apache.org/r1520023
Log:
UIMA-3230
- updated readme and release notes

Modified:
    uima/sandbox/ruta/trunk/README
    uima/sandbox/ruta/trunk/RELEASE_NOTES.html

Modified: uima/sandbox/ruta/trunk/README
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/README?rev=1520023&r1=1520022&r2=1520023&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/README (original)
+++ uima/sandbox/ruta/trunk/README Wed Sep  4 13:56:09 2013
@@ -1,5 +1,5 @@
 
-Apache UIMA Ruta v2.0.1
+Apache UIMA Ruta v2.1.0
 -------------------------------------------------------------------------
 
 Building from the Source Distribution

Modified: uima/sandbox/ruta/trunk/RELEASE_NOTES.html
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/RELEASE_NOTES.html?rev=1520023&r1=1520022&r2=1520023&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/RELEASE_NOTES.html (original)
+++ uima/sandbox/ruta/trunk/RELEASE_NOTES.html Wed Sep  4 13:56:09 2013
@@ -20,10 +20,10 @@
    ***************************************************************
    -->
 <head>
-  <title>Apache UIMA Ruta v2.0.1 Release Notes</title>
+  <title>Apache UIMA Ruta v2.1.0 Release Notes</title>
 </head>
 <body>
-<h1>Apache UIMA Ruta v2.0.1 Release Notes</h1>
+<h1>Apache UIMA&#8482; Ruta v2.1.0 Release Notes</h1>
 
 <h2>Contents</h2>
 <p>
@@ -47,7 +47,60 @@
 
 <h2><a name="major.changes">2. Major Changes in this Release</a></h2>
 <p>
-Please see the <a href="README">README</a> for this information. 
+<h3>UIMA Ruta Language and Analysis Engine:</h3>
+<ul>
+  <li>
+   Combinations of rule elements that specify no sequential constraint
+  </li>
+  <li>
+    Rule elements with inlined rules, which are interpreted as "actions" or "conditions"
+  </li>
+  <li>
+    Dot notation for accessing features, also available as matching conditions
+  </li>
+  <li>
+    Implicit actions and conditions
+  </li>
+  <li>
+    New analysis engines for CAS manipulation
+  </li>
+  <li>
+    Direct import of uimaFIT analysis engines without descriptor
+  </li>
+  <li>
+    Manual specification of the start anchor for a rule match
+  </li>
+  <li>
+    Many bug fixes
+  </li>
+ </ul>
+<h3>UIMA Ruta Workbench:</h3>
+ <ul>
+  <li>
+    Compatible with uimaj 2.4.2 and Eclipse Kepler
+  </li>
+  <li>
+    New framework for constraint-driven evaluation
+  </li>
+  <li>
+    Two new rule learning algorithms for the TextRuler Framework
+  </li>
+  <li>
+    New views, e.g., Annotation Check and Html viewer
+  </li>
+  <li>
+   Combinations with java projects
+  </li>
+  <li>
+    Open CAS Editor at Eclipse startup causes less problems
+  </li>
+  <li>
+    Many bug fixes
+  </li>
+ </ul>
+</p>
+<p>
+Please see the <a href="README">README</a> for further information. 
 </p>