You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/09/12 09:59:40 UTC

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

Author: mbaessler
Date: Wed Sep 12 00:59:38 2007
New Revision: 574826

URL: http://svn.apache.org/viewvc?rev=574826&view=rev
Log:
UIMA-551

add RegexAnnotator to the Sandbox website.

https://issues.apache.org/jira/browse/UIMA-551

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

Modified: incubator/uima/site/trunk/uima-website/docs/sandbox.html
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/docs/sandbox.html?rev=574826&r1=574825&r2=574826&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/sandbox.html Wed Sep 12 00:59:38 2007
@@ -184,6 +184,7 @@
       <ul>
 		<li><a href="#whitespace.tokenizer">Whitespace tokenizer annotator</a></li>
 		<li><a href="#snowball.annotator">Snowball annotator</a></li>
+		<li><a href="#regex.annotator">Regular expression annotator</a></li>
 		<li><a href="#pear.package.task">PEAR packaging ANT task</a></li>
         <li><a href="#CAS Editor">CAS Editor</a></li>
       </ul>
@@ -233,6 +234,29 @@
 		</p>
                                                 <p>
 		  Note: the used implementation of the Snowball stemming algorithm is licensed under the BSD license.
+		</p>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
+                                                      <table id="regex.annotator" border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
+      <tr><td bgcolor="#9289A2">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="Regular expression annotator"><strong>Regular expression annotator</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>
+		  The Regular Expression Annotator (RegexAnnotator) is an Apache UIMA analysis engine that 
+		  detects entities like email addresses, URLs, phone numbers, zip codes or any other entity 
+		  based on regular expressions and concepts. For each entity that was detected an annotation
+		  can be created or an already existing annotation can be updated with feature values.
+		  The Java source of the annotator can be accessed in the SVN repository at 
+		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator">
+		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator</a>.
 		</p>
                             </blockquote>
       </td></tr>

Modified: incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml
URL: http://svn.apache.org/viewvc/incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml?rev=574826&r1=574825&r2=574826&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml Wed Sep 12 00:59:38 2007
@@ -58,6 +58,7 @@
       <ul>
 		<li><a href="#whitespace.tokenizer">Whitespace tokenizer annotator</a></li>
 		<li><a href="#snowball.annotator">Snowball annotator</a></li>
+		<li><a href="#regex.annotator">Regular expression annotator</a></li>
 		<li><a href="#pear.package.task">PEAR packaging ANT task</a></li>
         <li><a href="#CAS Editor">CAS Editor</a></li>
       </ul>
@@ -89,6 +90,18 @@
 		</p>
 		<p>
 		  Note: the used implementation of the Snowball stemming algorithm is licensed under the BSD license.
+		</p>	
+	</subsection>
+
+	<subsection name='Regular expression annotator' id="regex.annotator">
+		<p>
+		  The Regular Expression Annotator (RegexAnnotator) is an Apache UIMA analysis engine that 
+		  detects entities like email addresses, URLs, phone numbers, zip codes or any other entity 
+		  based on regular expressions and concepts. For each entity that was detected an annotation
+		  can be created or an already existing annotation can be updated with feature values.
+		  The Java source of the annotator can be accessed in the SVN repository at 
+		  <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator">
+		  http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/RegularExpressionAnnotator</a>.
 		</p>	
 	</subsection>