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 2008/05/02 20:21:26 UTC

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

Author: mbaessler
Date: Fri May  2 11:21:26 2008
New Revision: 652861

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

add OpenCalais annotator to the Sandbox components on the UIMA website

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

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=652861&r1=652860&r2=652861&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ incubator/uima/site/trunk/uima-website/docs/sandbox.html Fri May  2 11:21:26 2008
@@ -203,6 +203,7 @@
         <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>
       </ul>
 </p>
                                                 <br />
@@ -478,6 +479,31 @@
       </td></tr>
       <tr><td><br/></td></tr>
     </table>
+                                                      <table id="opencalais.annotator" border="0" cellspacing="0" cellpadding="2" width="100%">
+  
+ 
+      <tr><td bgcolor="#9289A2">
+        <font color="#ffffff" face="arial,helvetica,sanserif">
+          <a name="OpenCalais Annotator"><strong>OpenCalais Annotator</strong></a>
+        </font>
+      </td></tr>
+      <tr><td>
+        <blockquote>
+                                    <p>	  
+		  The OpenCalais Annotator component wraps the 
+		  <a class="external" href="http://www.opencalais.com/Overview">OpenCalais</a>
+		  web service and makes the OpenCalais analysis results available in UIMA. OpenCalais can detect a large variety
+		  of entities, facts and events like for example Persons, Companies, Acquisitions, Mergers, etc.
+		  For details about the OpenCalais analytics and the license to use the service, please refer to the
+		  to the <a class="external" href="http://www.opencalais.com/Overview">OpenCalais</a> website.
+          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/OpenCalaisAnnotator">
+          http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/OpenCalaisAnnotator</a>.
+       </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=652861&r1=652860&r2=652861&view=diff
==============================================================================
--- incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml (original)
+++ incubator/uima/site/trunk/uima-website/xdocs/sandbox.xml Fri May  2 11:21:26 2008
@@ -67,6 +67,7 @@
         <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>
       </ul>
 </p>
 
@@ -225,6 +226,20 @@
 		</p> 
 	</subsection>
 
+	<subsection name='OpenCalais Annotator' id="opencalais.annotator">
+		<p>	  
+		  The OpenCalais Annotator component wraps the 
+		  <a class="external" href="http://www.opencalais.com/Overview">OpenCalais</a>
+		  web service and makes the OpenCalais analysis results available in UIMA. OpenCalais can detect a large variety
+		  of entities, facts and events like for example Persons, Companies, Acquisitions, Mergers, etc.
+		  For details about the OpenCalais analytics and the license to use the service, please refer to the
+		  to the <a class="external" href="http://www.opencalais.com/Overview">OpenCalais</a> website.
+          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/OpenCalaisAnnotator">
+          http://svn.apache.org/repos/asf/incubator/uima/sandbox/trunk/OpenCalaisAnnotator</a>.
+       </p>
+	</subsection>
+
 </section>
 
 </body>