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 2019/11/28 09:33:31 UTC

svn commit: r1870543 - in /uima/site/trunk/uima-website/docs: downloads.html news.html ruta.html

Author: pkluegl
Date: Thu Nov 28 09:33:31 2019
New Revision: 1870543

URL: http://svn.apache.org/viewvc?rev=1870543&view=rev
Log:
no jira - release ruta-2.8.0

Modified:
    uima/site/trunk/uima-website/docs/downloads.html
    uima/site/trunk/uima-website/docs/news.html
    uima/site/trunk/uima-website/docs/ruta.html

Modified: uima/site/trunk/uima-website/docs/downloads.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/downloads.html?rev=1870543&r1=1870542&r2=1870543&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/downloads.html (original)
+++ uima/site/trunk/uima-website/docs/downloads.html Thu Nov 28 09:33:31 2019
@@ -891,27 +891,27 @@ Other mirrors: <select name="Preferred">
             
       <tr>
         <td class="downloadtitle"><h3 class="downloadartifact">
-                      <a href="../d/ruta-2.7.0/RELEASE_NOTES.html">
-              UIMA Ruta 2.7.0</a></h3></td>
+                      <a href="../d/ruta-2.8.0/RELEASE_NOTES.html">
+              UIMA Ruta 2.8.0</a></h3></td>
           
         <td>
-                                    <div class="htmltxt"><a href='../d/ruta-2.7.0/RELEASE_NOTES.html'>html</a></div>
+                                    <div class="htmltxt"><a href='../d/ruta-2.8.0/RELEASE_NOTES.html'>html</a></div>
                               </td>
         <td>
                 </td>
                 <td>
                                 <table class="downloadentries">
               <tr>
-     <td><a href='[preferred]/uima//ruta-2.7.0/ruta-2.7.0-source-release.zip'>zip</a></td>
-     <td>[<a href='https://www.apache.org/dist/uima//ruta-2.7.0/ruta-2.7.0-source-release.zip.asc'>asc</a>]</td>
+     <td><a href='[preferred]/uima//ruta-2.8.0/ruta-2.8.0-source-release.zip'>zip</a></td>
+     <td>[<a href='https://www.apache.org/dist/uima//ruta-2.8.0/ruta-2.8.0-source-release.zip.asc'>asc</a>]</td>
 
 
-     <td>[<a href='https://www.apache.org/dist/uima//ruta-2.7.0/ruta-2.7.0-source-release.zip.sha512'>sha512</a>]</td>
+     <td>[<a href='https://www.apache.org/dist/uima//ruta-2.8.0/ruta-2.8.0-source-release.zip.sha512'>sha512</a>]</td>
          </tr>
     </table>
                           </td>
                 <td>
-          <div class="htmltxt">24-Feb-2019</div>
+          <div class="htmltxt">28-Nov-2019</div>
         </td>
               </tr>
     

Modified: uima/site/trunk/uima-website/docs/news.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1870543&r1=1870542&r2=1870543&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Thu Nov 28 09:33:31 2019
@@ -234,6 +234,13 @@
         <blockquote class="sectionBody">
                                           <table class="subsectionToc">
             <tr >
+      <td>28 November 2019</td>
+      <td><a href='#28 Nov 2019'>
+                  Apache UIMA Ruta 2.8.0 released
+                </a>
+      </td>
+      </tr>  
+          <tr >
       <td>08 Nov 2019</td>
       <td><a href='#08 Nov 2019'>
                   Apache UIMA Java SDK 3.1.1 released
@@ -791,6 +798,57 @@
         <tr><td>
        
        
+       
+          <a name="28 Nov 2019">
+            <h2>28 Nov 2019
+                        &ndash; Apache UIMA Ruta 2.8.0 released
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <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>
+        This release contains changed in the analysis engine descriptor and the type system descriptors 
+        and therefore requires an update of the Ruta projects. This can be accomplished for example by 
+        right-click on the Ruta project, selecting "UIMA Ruta" and then "Update Project".
+      </p>
+                                                <p>UIMA Ruta Language and Analysis Engine:</p>
+                                                <ul>
+        <li>The analysis engine is able to generate debug information about inlined rules which includes also an extension of the ruta type system.</li>
+        <li>Type expressions in dot notation for annotation expressions a new supported: a1:ANY a2:ANY{a1.type==a2.type -&gt; Type};</li>
+        <li>Matching on string literals is no more restricted to single RutaBasic annotations, e.g., it is now possible to write: "This is a test"{-&gt; Test};</li>
+        <li>Dictionary matching is now more robust concerning white spaces in the word list. The parameter dictRemoveWS is now also set to true by default.</li>
+        <li>Fixed anchors at composed rule elements.</li>
+        <li>Labels at macro actions are supported now.</li>
+        <li>Fixed several bugs.</li>
+      </ul>
+                                                <p>UIMA Ruta Workbench:</p>
+                                                <ul>
+        <li>New view for visualizing the explanation of inlined rules.</li>
+        <li>Fixed problem with blocked build processes in Ruta projects with many scripts.</li>
+        <li>Fixed bugs.</li>
+      </ul>
+                                                <p>For a complete list of bugs and improvements included in this release please see
+      <a href="https://uima.apache.org/d/ruta-2.8.0/issuesFixed/jira-report.html">issue report</a>.
+      </p>
+                            </blockquote>
+        </td></tr>
+    </table>
+                                                      <table class="subsectionTable">
+        <tr><td>
+       
+       
        
           <a name="08 Nov 2019">
             <h2>08 Nov 2019

Modified: uima/site/trunk/uima-website/docs/ruta.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/ruta.html?rev=1870543&r1=1870542&r2=1870543&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/ruta.html (original)
+++ uima/site/trunk/uima-website/docs/ruta.html Thu Nov 28 09:33:31 2019
@@ -285,7 +285,7 @@
         <a href="https://www.apache.org/dist/uima/eclipse-update-site/">https://www.apache.org/dist/uima/eclipse-update-site/</a>
       </p> 
       <p>
-        The UIMA Ruta Workbench 2.7.0 is tested with Eclipse Photon (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.8.0 is tested with Eclipse 2019-9 (older versions but Mars may 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>
@@ -415,7 +415,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.7.0&lt;/version&gt;
+  &lt;version&gt;2.8.0&lt;/version&gt;
 &lt;/dependency&gt;
   </pre>
                                                 <subsubsection>