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 2014/04/14 13:29:22 UTC

svn commit: r1587189 - in /uima/site/trunk/uima-website: docs/ruta.html xdocs/ruta.xml

Author: pkluegl
Date: Mon Apr 14 11:29:22 2014
New Revision: 1587189

URL: http://svn.apache.org/r1587189
Log:
no jira - adapted ruta page

Modified:
    uima/site/trunk/uima-website/docs/ruta.html
    uima/site/trunk/uima-website/xdocs/ruta.xml

Modified: uima/site/trunk/uima-website/docs/ruta.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/ruta.html?rev=1587189&r1=1587188&r2=1587189&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/ruta.html (original)
+++ uima/site/trunk/uima-website/docs/ruta.html Mon Apr 14 11:29:22 2014
@@ -335,7 +335,8 @@
     </li> 
     <li>
       <p>
-        <b>Test-driven development:</b> UIMA Ruta scripts can automatically tested against a set of annotated documents. 
+        <b>Automatic Validation:</b> UIMA Ruta scripts can automatically validated against a set of annotated documents (F1 score, test-driven development) 
+        and even against unlabeled documents (constraint-driven evaluation). 
       </p>    
     </li>
     <li>
@@ -373,7 +374,7 @@
 &lt;dependency&gt;
   &lt;groupId&gt;org.apache.uima&lt;/groupId&gt;
   &lt;artifactId&gt;ruta-core&lt;/artifactId&gt;
-  &lt;version&gt;2.1.0&lt;/version&gt;
+  &lt;version&gt;2.2.0&lt;/version&gt;
 &lt;/dependency&gt;
   </pre>
                                                 <subsubsection>

Modified: uima/site/trunk/uima-website/xdocs/ruta.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/ruta.xml?rev=1587189&r1=1587188&r2=1587189&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/ruta.xml (original)
+++ uima/site/trunk/uima-website/xdocs/ruta.xml Mon Apr 14 11:29:22 2014
@@ -122,7 +122,8 @@ under the License.
     </li> 
     <li>
       <p>
-        <b>Test-driven development:</b> UIMA Ruta scripts can automatically tested against a set of annotated documents. 
+        <b>Automatic Validation:</b> UIMA Ruta scripts can automatically validated against a set of annotated documents (F1 score, test-driven development) 
+        and even against unlabeled documents (constraint-driven evaluation). 
       </p>    
     </li>
     <li>
@@ -148,7 +149,7 @@ under the License.
 &lt;dependency>
   &lt;groupId>org.apache.uima&lt;/groupId>
   &lt;artifactId>ruta-core&lt;/artifactId>
-  &lt;version>2.1.0&lt;/version>
+  &lt;version>2.2.0&lt;/version>
 &lt;/dependency>
   </pre>
   <subsubsection>