You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by vm...@apache.org on 2019/11/27 14:17:11 UTC

svn commit: r1870510 - in /uima/ruta/trunk/ruta-docbook/src/docbook: tools.ruta.language.expressions.xml tools.ruta.language.xml

Author: vmorari
Date: Wed Nov 27 14:17:10 2019
New Revision: 1870510

URL: http://svn.apache.org/viewvc?rev=1870510&view=rev
Log:
rc2 review: corrected some typos/errors

Modified:
    uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.expressions.xml
    uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.xml

Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.expressions.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.expressions.xml?rev=1870510&r1=1870509&r2=1870510&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.expressions.xml (original)
+++ uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.expressions.xml Wed Nov 27 14:17:10 2019
@@ -19,8 +19,8 @@
 <section id="ugr.tools.ruta.language.expressions">
   <title>Expressions</title>
   <para>
-    UIMA Ruta provides five different kinds of expressions. These are
-    type expressions, number expressions, string expressions,
+    UIMA Ruta provides six different kinds of expressions. These are
+    type expressions, annotations expressions, number expressions, string expressions,
     boolean expressions and list expressions.
   </para>
   <para>

Modified: uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.xml
URL: http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.xml?rev=1870510&r1=1870509&r2=1870510&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.xml (original)
+++ uima/ruta/trunk/ruta-docbook/src/docbook/tools.ruta.language.xml Wed Nov 27 14:17:10 2019
@@ -899,7 +899,7 @@ WORDTABLE presidentsOfUSA = "" + package
 ]]></programlisting>
       </para>
       <para>
-        By default, whitespaces are removed by the activated parameter <quote>dictRemoveWS</quote> 
+        By default, whitespaces are removed by activating the parameter <quote>dictRemoveWS</quote> 
         for WORDLIST and WORDTABLE when the dictionary is loaded. In the special case when whitespace are relevant, e.g., 
         specific patterns of whitespaces need to be detected by the dictionary lookup, 
         then the analysis engine needs to be configured differently.