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/03/05 17:45:36 UTC

svn commit: r1452889 - in /uima/site/trunk/uima-website: docs/sandbox.html xdocs/sandbox.xml

Author: pkluegl
Date: Tue Mar  5 16:45:36 2013
New Revision: 1452889

URL: http://svn.apache.org/r1452889
Log:
[UIMA-2699] added textmarker section to sandbox projects

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

Modified: uima/site/trunk/uima-website/docs/sandbox.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/sandbox.html?rev=1452889&r1=1452888&r2=1452889&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ uima/site/trunk/uima-website/docs/sandbox.html Tue Mar  5 16:45:36 2013
@@ -733,7 +733,7 @@ document; used by the FileSystemCollecti
       </td></tr>
       <tr><td>
         <blockquote class="sectionBody">
-                                    <p>These components are only available in SVN at this time.</p>
+                                    <p>These components are partially only available in SVN at this time.</p>
                                                 <h4>Annotators and Consumers</h4>
                                                 <ul>
       <li><a href="#rdfcas.consumer">RDF CAS Consumer</a></li>      
@@ -741,6 +741,7 @@ document; used by the FileSystemCollecti
                                                 <h4>Miscellaneous</h4>
                                                 <ul>
       <li><a href="#gale.multimodal.example">GALE Multi-Modal Example</a></li>
+      <li><a href="#uima.textmarker">UIMA TextMarker</a></li>
     </ul>
                                                 <p>These are described in more detail below.</p>
                                                 <br />
@@ -781,7 +782,7 @@ document; used by the FileSystemCollecti
     for applications that combine analytics from multiple sources and modalities, such as speech
     recognition, language translation, entity detection, topic detection, speech synthesis, etc.
    </p>
-                                                <p>   
+                                                <p>
     The sample code will illustrate how to wrap NLP analytics as UIMA annotators using 
     appropriate GTS types, as well as data-reorganization components that convert the output of each
     analytic into a form suitable for the following analytics, and add
@@ -795,6 +796,33 @@ document; used by the FileSystemCollecti
                             </blockquote>
         </td></tr>
     </table>
+                                                      <table class="subsectionTable" id='uima.textmarker'>
+        <tr><td>
+       
+       
+       
+          <a name="UIMA TextMarker">
+            <h2>UIMA TextMarker
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p>Apache UIMA TextMarker 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 for the TextMarker language, called the Apache UIMA TextMarker Workbench,
+      was created to support the user and to facilitate every step when writing TextMarker rules.
+    </p>
+                                                <p>
+      You can install the UIMA TextMarker Workbench via our Eclipse update site:
+      <a href="http://www.apache.org/dist/uima/eclipse-update-site/">http://www.apache.org/dist/uima/eclipse-update-site/</a>
+    </p>
+                                                <p><a href="d/textmarker-current/tools.textmarker.book.html">
+      Click here to access the user documentation</a>.</p>
+                            </blockquote>
+        </td></tr>
+    </table>
                             </blockquote>
         </p>
       </td></tr>

Modified: uima/site/trunk/uima-website/xdocs/sandbox.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/sandbox.xml?rev=1452889&r1=1452888&r2=1452889&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/sandbox.xml (original)
+++ uima/site/trunk/uima-website/xdocs/sandbox.xml Tue Mar  5 16:45:36 2013
@@ -376,7 +376,7 @@ document; used by the FileSystemCollecti
 </section>
 
 <section name="UIMA Sandbox components">
- <p>These components are only available in SVN at this time.</p>
+ <p>These components are partially only available in SVN at this time.</p>
  <h4>Annotators and Consumers</h4>
     <ul>
       <li><a href="#rdfcas.consumer">RDF CAS Consumer</a></li>      
@@ -384,6 +384,7 @@ document; used by the FileSystemCollecti
   <h4>Miscellaneous</h4>
     <ul>
       <li><a href="#gale.multimodal.example">GALE Multi-Modal Example</a></li>
+      <li><a href="#uima.textmarker">UIMA TextMarker</a></li>
     </ul>
   <p>These are described in more detail below.</p>      
 
@@ -405,7 +406,7 @@ document; used by the FileSystemCollecti
     for applications that combine analytics from multiple sources and modalities, such as speech
     recognition, language translation, entity detection, topic detection, speech synthesis, etc.
    </p> 
-   <p>   
+   <p>
     The sample code will illustrate how to wrap NLP analytics as UIMA annotators using 
     appropriate GTS types, as well as data-reorganization components that convert the output of each
     analytic into a form suitable for the following analytics, and add
@@ -417,7 +418,22 @@ document; used by the FileSystemCollecti
       </a>.
    </p>
   </subsection>
-
+  <subsection name="UIMA TextMarker" id="uima.textmarker">
+    <p>Apache UIMA TextMarker 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 for the TextMarker language, called the Apache UIMA TextMarker Workbench,
+      was created to support the user and to facilitate every step when writing TextMarker rules.
+    </p>
+    <p>
+      You can install the UIMA TextMarker Workbench via our Eclipse update site:
+      <a href="http://www.apache.org/dist/uima/eclipse-update-site/">http://www.apache.org/dist/uima/eclipse-update-site/</a>
+    </p>
+    <p><a href="d/textmarker-current/tools.textmarker.book.html">
+      Click here to access the user documentation</a>.</p>
+    <!--p><a href="d/...">
+      Click here to access a more detailed description with developer information</a>.</p-->
+  </subsection>
 </section>