You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2008/08/15 04:53:08 UTC

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

Author: schor
Date: Thu Aug 14 19:53:07 2008
New Revision: 686121

URL: http://svn.apache.org/viewvc?rev=686121&view=rev
Log:
[UIMA-1144] add Concept Mapper paragraph to sandbox page

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=686121&r1=686120&r2=686121&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/sandbox.html Thu Aug 14 19:53:07 2008
@@ -206,6 +206,7 @@
         <li><a href="#bsf.annotator">BSF Annotator</a></li>
         <li><a href="#simple-server">Simple Server (UIMA REST service)</a></li>
         <li><a href="#opencalais.annotator">OpenCalais Annotator</a></li>
+        <li><a href="#concept.mapper.annotator">Concept Mapper Annotator</a></li>
       </ul>
 </p>
                                                 <br />
@@ -515,6 +516,32 @@
       </td></tr>
       <tr><td><br/></td></tr>
     </table>
+                                                      <table id="concept.mapper.annotator" border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
+      <tr><td bgcolor="#9289A2">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="Concept Mapper Annotator"><strong>Concept Mapper Annotator</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>
+      ConceptMapper is a powerful, highly configurable dictionary UIMA-based annotator.
+      </p>
+                                                <p>
+      Numerous parameters can be used to specify various aspects of the lookup algorithm, input processing and output options. 
+      The dictionary structure is flexible, allowing any number synonyms to be associated with an entry, 
+      and any number of attributes to be associated with entries or synonyms. 
+    </p>
+                                                <p>
+      Additionally, ConceptMapper can be used with any tokenizer, 
+      enabling tokenization of the dictionary identically with the input text.
+    </p>
+                            </blockquote>
+      </td></tr>
+      <tr><td><br/></td></tr>
+    </table>
                             </blockquote>
         </p>
       </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=686121&r1=686120&r2=686121&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml Thu Aug 14 19:53:07 2008
@@ -67,7 +67,8 @@
         <li><a href="#tagger.annotator">Tagger Annotator</a></li>
         <li><a href="#bsf.annotator">BSF Annotator</a></li>
         <li><a href="#simple-server">Simple Server (UIMA REST service)</a></li>
-        <li><a href="#opencalais.annotator">OpenCalais Annotator</a></li>
+        <li><a href="#opencalais.annotator">OpenCalais Annotator</a></li>
+        <li><a href="#concept.mapper.annotator">Concept Mapper Annotator</a></li>
       </ul>
 </p>
 
@@ -247,7 +248,20 @@
           <a class="external" href="http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/OpenCalaisAnnotator">
           http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/OpenCalaisAnnotator</a>.
        </p>
-	</subsection>
+	</subsection>
+  
+  <subsection name='Concept Mapper Annotator' id='concept.mapper.annotator'>
+    <p>
+      ConceptMapper is a powerful, highly configurable dictionary UIMA-based annotator.
+      </p><p>
+      Numerous parameters can be used to specify various aspects of the lookup algorithm, input processing and output options. 
+      The dictionary structure is flexible, allowing any number synonyms to be associated with an entry, 
+      and any number of attributes to be associated with entries or synonyms. 
+    </p><p>
+      Additionally, ConceptMapper can be used with any tokenizer, 
+      enabling tokenization of the dictionary identically with the input text.
+    </p>
+  </subsection>
 
 </section>