You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bu...@apache.org on 2011/02/07 20:18:48 UTC

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

Author: burn
Date: Mon Feb  7 19:18:47 2011
New Revision: 1068060

URL: http://svn.apache.org/viewvc?rev=1068060&view=rev
Log:
[UIMA-2032} Added link fom website to the GALE Multi-Modal Example

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=1068060&r1=1068059&r2=1068060&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/sandbox.html (original)
+++ uima/site/trunk/uima-website/docs/sandbox.html Mon Feb  7 19:18:47 2011
@@ -240,6 +240,7 @@ http://svn.apache.org/repos/asf/uima/san
                                                 <h4>Miscellaneous</h4>
                                                 <ul>
       <li><a href="#fs.variables">Feature Structure Variables</a></li>
+      <li><a href="#gale.multimodal.example">GALE Multi-Modal Example</a></li>
     </ul>
                                                 <p>These are described in more detail below.</p>
                                                 <br />
@@ -739,6 +740,36 @@ document; used by the FileSystemCollecti
                             </blockquote>
         </td></tr>
     </table>
+                                                      <table class="subsectionTable" id='gale.multimodal.example'>
+        <tr><td>
+       
+       
+       
+          <a name="GALE Multi-Modal Example">
+            <h2>GALE Multi-Modal Example
+                        </h2>
+          </a>
+      </td></tr>
+      <tr><td>
+        <blockquote class="subsectionBody">
+                                    <p> The GALE Multi-Modal Example contains a type-system and sample code based on a 
+    rich multimodal application developed under the Darpa GALE project to demonstrate how to combine
+    analytics from multiple sources and modalities. The GALE Type System (GTS) has been designed
+    for applications that combine analytics from multiple sources and modalities, such as speech
+    recognition, language translation, entity detection, topic detection, speech synthesis, etc.   
+    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
+    cross-reference links back to the original data.
+   </p>
+                                                <p> The type system descriptors can be accessed from the SVN repository at
+			<a class="external" href="http://svn.apache.org/repos/asf/uima/sandbox/trunk/GaleMultiModalExample">
+				http://svn.apache.org/repos/asf/uima/sandbox/trunk/GaleMultiModalExample
+			</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=1068060&r1=1068059&r2=1068060&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/sandbox.xml (original)
+++ uima/site/trunk/uima-website/xdocs/sandbox.xml Mon Feb  7 19:18:47 2011
@@ -91,6 +91,7 @@ http://svn.apache.org/repos/asf/uima/san
   <h4>Miscellaneous</h4>
     <ul>
       <li><a href="#fs.variables">Feature Structure Variables</a></li>
+      <li><a href="#gale.multimodal.example">GALE Multi-Modal Example</a></li>
     </ul>
   <p>These are described in more detail below.</p>      
 
@@ -379,6 +380,25 @@ document; used by the FileSystemCollecti
     <p><a href="downloads/sandbox/Solrcas/SolrcasUserGuide.html">
       Click here to access the user documentation</a>.</p>
   </subsection>
+
+  <subsection name="GALE Multi-Modal Example" id="gale.multimodal.example">
+   <p> The GALE Multi-Modal Example contains a type-system and sample code based on a 
+    rich multimodal application developed under the Darpa GALE project to demonstrate how to combine
+    analytics from multiple sources and modalities. The GALE Type System (GTS) has been designed
+    for applications that combine analytics from multiple sources and modalities, such as speech
+    recognition, language translation, entity detection, topic detection, speech synthesis, etc.   
+    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
+    cross-reference links back to the original data.
+   </p>
+	 <p> The type system descriptors can be accessed from the SVN repository at
+			<a class="external" href="http://svn.apache.org/repos/asf/uima/sandbox/trunk/GaleMultiModalExample">
+				http://svn.apache.org/repos/asf/uima/sandbox/trunk/GaleMultiModalExample
+			</a>.
+   </p>
+  </subsection>
+
 </section>
 
 </body>