You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/07/18 14:35:54 UTC

svn commit: r557240 - in /incubator/uima/uimaj/trunk/uima-docbooks/src: docbook/tools/ docbook/tools/images/tools.cvd/ olink/overview_and_setup/

Author: twgoetz
Date: Wed Jul 18 05:35:52 2007
New Revision: 557240

URL: http://svn.apache.org/viewvc?view=rev&rev=557240
Log:
Jira UIMA-307: fix CVD screenshots.

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

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main1.jpg
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main2.jpg
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main3.jpg
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/TypeSystemViewer.jpg
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main1.jpg
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main1.jpg?view=diff&rev=557240&r1=557239&r2=557240
==============================================================================
Binary files - no diff available.

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main2.jpg
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main2.jpg?view=diff&rev=557240&r1=557239&r2=557240
==============================================================================
Binary files - no diff available.

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main3.jpg
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/Main3.jpg?view=diff&rev=557240&r1=557239&r2=557240
==============================================================================
Binary files - no diff available.

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/TypeSystemViewer.jpg
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/images/tools.cvd/TypeSystemViewer.jpg?view=diff&rev=557240&r1=557239&r2=557240
==============================================================================
Binary files - no diff available.

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml?view=diff&rev=557240&r1=557239&r2=557240
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml Wed Jul 18 05:35:52 2007
@@ -72,7 +72,9 @@
  </para>
  <para>
    In Eclipse, you have a ready to use launch configuration available when you have installed the
-   UIMA sample project (see ).  Below is a screenshot of the the Eclipse Run dialog with the CVD
+   UIMA sample project (see <olink targetdoc="&uima_docs_overview;" 
+   targetptr="ugr.ovv.eclipse_setup.example_code"/>).  Below is a screenshot of the the Eclipse Run 
+   dialog with the CVD
    run configuration selected.
    <screenshot>
     <mediaobject>
@@ -563,10 +565,12 @@
   <para>
    The main display area has three sub-areas.  In the upper left-hand
    corner is the
-   <emphasis role="bold">index display</emphasis>, which shows the indexes that were defined in the TAE, as well as
+   <emphasis role="bold">index display</emphasis>, which shows the indexes that were defined in the 
+   AE, as well as
    the types of the indexes and their subtypes.  In the lower left-hand
-   corner, the content of indexes and sub-indexes is displayed (
-   <emphasis role="bold">FS display</emphasis>).  Clicking on any node in the index display will show the
+   corner, the content of indexes and sub-indexes is displayed 
+   (<emphasis role="bold">FS display</emphasis>).  Clicking on any node in the index display will 
+   show the
    corresponding feature structures in the FS display.  You can explore
    those structures by expanding the tree nodes.  When you click on a
    node that represents an annotation, clicking on it will cause the
@@ -577,7 +581,7 @@
    <figure id="Main1Figure">
     <title>State of GUI after running an analysis engine</title>
     <mediaobject>
-     <imageobject>  <!-- next width was 6.423 -->
+     <imageobject>
       <imagedata scale="100" format="JPG" fileref="&imgroot;Main1.jpg" />
      </imageobject>
     </mediaobject>
@@ -585,8 +589,8 @@
   </para>
   <para>
    <xref linkend="Main1Figure"></xref>
-   shows the state after running a simple lemmatizer example from the
-   CAS tutorial.  There are two indexes in the index display, and the
+   shows the state after running the UIMA_Analysis_Example.xml aggregate from the
+   uimaj-examples project.  There are two indexes in the index display, and the
    annotation index has been selected.  Note that the number of
    structures in an index is displayed in square brackets after the
    index name.
@@ -597,17 +601,15 @@
    more than 100 sister nodes, they are displayed next to each other.
   </para>
   <para>
-   In our example, a token annotation has been selected, and the
+   In our example, a name annotation has been selected, and the
    corresponding token text is highlighted in the text area.  We have
-   also expanded the token node to display its structure.
+   also expanded the token node to display its structure (not much to see in this simple example).
   </para>
   <para>
-   In
-   <xref linkend="Main1Figure"></xref>
-   , we selected an annotation in the FS display to find the
+   In <xref linkend="Main1Figure"/>, we selected an annotation in the FS display to find the
    corresponding text.  We can also do the reverse and find out what
    annotations cover a certain point in the text.  Let's go back to the
-   named entity recognizer for an example.
+   name recognizer for an example.
   </para>
   <para>
    <figure id="Main2Figure">
@@ -622,8 +624,8 @@
    </figure>
   </para>
   <para>
-   We would like to know if the General Accounting Office has been
-   correctly recognized.  So we position the cursor in the corresponding
+   We would like to know if the Michael Baessler has been
+   recognized as a name.  So we position the cursor in the corresponding
    text span somewhere, then right-click to bring up the context menu
    telling us which annotations exist at this point. An example is shown
    in
@@ -644,16 +646,18 @@
   </para>
 
   <para>
-   At this point (
-   <xref linkend="Main2Figure" />), we only know that somewhere around the text cursor position (not
-   visible in the picture), we discovered an organiztion. 
+   At this point (<xref linkend="Main2Figure" />), 
+   we only know that somewhere around the text cursor position (not
+   visible in the picture), we discovered a name.  When we select the corresponding entry in the
+   context menu, the name annotation is selected in the FS display, and its covered text is
+   highlighted.
    <xref linkend="Main3Figure" /> shows the display after 
-   the organization node has been selected in
+   the name node has been selected in
    the popup menu.
   </para>
   <para>
-   We're glad to see that, indeed, the General Accounting Office is
-   considered to be an organization.  Note that in the FS display, the
+   We're glad to see that, indeed, Michael Baessler is
+   considered to be a name.  Note that in the FS display, the
    corresponding annotation node has been selected, and the tree has
    been expanded to make the node visible.
   </para>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db?view=diff&rev=557240&r1=557239&r2=557240
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db Wed Jul 18 05:35:52 2007
@@ -6,7 +6,7 @@
         engines work on the audio “<span class="quote">view</span>”, some on the text
         “<span class="quote">view</span>” and some on both.</ttl><xreftext>Figure 2.7, “Multiple Sofas in support of multi-modal analysis of an audio Stream. Some
         engines work on the audio “<span class="quote">view</span>”, some on the text
-        “<span class="quote">view</span>” and some on both.”</xreftext></obj></div><div element="section" href="#ugr.ovv.conceptual.next_steps" number="2.8" targetptr="ugr.ovv.conceptual.next_steps"><ttl>Next Steps</ttl><xreftext>Section 2.8, “Next Steps”</xreftext></div></div><div element="chapter" href="#ugr.ovv.eclipse_setup" number="3" targetptr="ugr.ovv.eclipse_setup"><ttl>Setting up the Eclipse IDE to work with UIMA</ttl><xreftext>Chapter 3, <i xmlns:xlink="http://www.w3.org/1999/xlink">Setting up the Eclipse IDE to work with UIMA</i></xreftext><div element="section" href="#ugr.ovv.eclipse_setup.installation" number="3.1" targetptr="ugr.ovv.eclipse_setup.installation"><ttl>Installation</ttl><xreftext>Section 3.1, “Installation”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.install_eclipse" number="3.1.1" targetptr="ugr.ovv.eclipse_setup.install_eclipse"><ttl>Install Eclipse</ttl><xreftext>Section 3.1.1, â�
 �œInstall Eclipse”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.install_emf" number="3.1.2" targetptr="ugr.ovv.eclipse_setup.install_emf"><ttl>Install additional Eclipse component: EMF</ttl><xreftext>Section 3.1.2, “Install additional Eclipse component: EMF”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.install_emf_shortcut" number="3.1.2.1" targetptr="ugr.ovv.eclipse_setup.install_emf_shortcut"><ttl>EMF Installation Shortcut for Eclipse 3.2</ttl><xreftext>Section 3.1.2.1, “EMF Installation Shortcut for Eclipse 3.2”</xreftext></div></div><div element="section" href="#ugr.ovv.eclipse_setup.install_uima_sdk" number="3.1.3" targetptr="ugr.ovv.eclipse_setup.install_uima_sdk"><ttl>Install the UIMA SDK</ttl><xreftext>Section 3.1.3, “Install the UIMA SDK”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.install_uima_eclipse_plugins" number="3.1.4" targetptr="ugr.ovv.eclipse_setup.
 install_uima_eclipse_plugins"><ttl>Install the UIMA Eclipse Plugins</ttl><xreftext>Section 3.1.4, “Install the UIMA Eclipse Plugins”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.start_eclipse" number="3.1.5" targetptr="ugr.ovv.eclipse_setup.start_eclipse"><ttl>Start Eclipse</ttl><xreftext>Section 3.1.5, “Start Eclipse”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.special_startup_parameter_clean" number="3.1.5.1" targetptr="ugr.ovv.eclipse_setup.special_startup_parameter_clean"><ttl>Special startup parameter for Eclipse: -clean</ttl><xreftext>Section 3.1.5.1, “Special startup parameter for Eclipse: -clean”</xreftext></div></div></div><div element="section" href="#ugr.ovv.eclipse_setup.example_code" number="3.2" targetptr="ugr.ovv.eclipse_setup.example_code"><ttl>Setting up Eclipse to view Example Code</ttl><xreftext>Section 3.2, “Setting up Eclipse to view Example Code”</xreftext></div
 ><div element="section" href="#ugr.ovv.eclipse_setup.running_external_tools_from_eclipse" number="3.3" targetptr="ugr.ovv.eclipse_setup.running_external_tools_from_eclipse"><ttl>Running external tools from Eclipse</ttl><xreftext>Section 3.3, “Running external tools from Eclipse”</xreftext></div></div><div element="chapter" href="#ugr.faqs" number="4" targetptr="ugr.faqs"><ttl>UIMA Frequently Asked Questions (FAQ's)</ttl><xreftext>Chapter 4, <i xmlns:xlink="http://www.w3.org/1999/xlink">UIMA Frequently Asked Questions (FAQ's)</i></xreftext><obj element="varlistentry" href="#ugr.faqs.what_is_uima" number="" targetptr="ugr.faqs.what_is_uima"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What is UIMA?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.pronounce" number="" targetptr="ugr.faqs.pronounce"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>How do you pronounce UIMA?</strong></span></xreftext></obj><obj el
 ement="varlistentry" href="#ugr.faqs.difference_apache_uima" number="" targetptr="ugr.faqs.difference_apache_uima"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What's the difference between UIMA and the Apache UIMA?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.include_semantic_search" number="" targetptr="ugr.faqs.include_semantic_search"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>
+        “<span class="quote">view</span>” and some on both.”</xreftext></obj></div><div element="section" href="#ugr.ovv.conceptual.next_steps" number="2.8" targetptr="ugr.ovv.conceptual.next_steps"><ttl>Next Steps</ttl><xreftext>Section 2.8, “Next Steps”</xreftext></div></div><div element="chapter" href="#ugr.ovv.eclipse_setup" number="3" targetptr="ugr.ovv.eclipse_setup"><ttl>Setting up the Eclipse IDE to work with UIMA</ttl><xreftext>Chapter 3, <i xmlns:xlink="http://www.w3.org/1999/xlink">Setting up the Eclipse IDE to work with UIMA</i></xreftext><div element="section" href="#ugr.ovv.eclipse_setup.installation" number="3.1" targetptr="ugr.ovv.eclipse_setup.installation"><ttl>Installation</ttl><xreftext>Section 3.1, “Installation”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.install_eclipse" number="3.1.1" targetptr="ugr.ovv.eclipse_setup.install_eclipse"><ttl>Install Eclipse</ttl><xreftext>Section 3.1.1, â�
 �œInstall Eclipse”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.install_emf" number="3.1.2" targetptr="ugr.ovv.eclipse_setup.install_emf"><ttl>Install additional Eclipse component: EMF</ttl><xreftext>Section 3.1.2, “Install additional Eclipse component: EMF”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.install_emf_shortcut" number="3.1.2.1" targetptr="ugr.ovv.eclipse_setup.install_emf_shortcut"><ttl>EMF Installation Shortcut for Eclipse 3.2</ttl><xreftext>Section 3.1.2.1, “EMF Installation Shortcut for Eclipse 3.2”</xreftext></div></div><div element="section" href="#ugr.ovv.eclipse_setup.install_uima_sdk" number="3.1.3" targetptr="ugr.ovv.eclipse_setup.install_uima_sdk"><ttl>Install the UIMA SDK</ttl><xreftext>Section 3.1.3, “Install the UIMA SDK”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.install_uima_eclipse_plugins" number="3.1.4" targetptr="ugr.ovv.eclipse_setup.
 install_uima_eclipse_plugins"><ttl>Install the UIMA Eclipse Plugins</ttl><xreftext>Section 3.1.4, “Install the UIMA Eclipse Plugins”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.start_eclipse" number="3.1.5" targetptr="ugr.ovv.eclipse_setup.start_eclipse"><ttl>Start Eclipse</ttl><xreftext>Section 3.1.5, “Start Eclipse”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.special_startup_parameter_clean" number="3.1.5.1" targetptr="ugr.ovv.eclipse_setup.special_startup_parameter_clean"><ttl>Special startup parameter for Eclipse: -clean</ttl><xreftext>Section 3.1.5.1, “Special startup parameter for Eclipse: -clean”</xreftext></div></div></div><div element="section" href="#ugr.ovv.eclipse_setup.example_code" number="3.2" targetptr="ugr.ovv.eclipse_setup.example_code"><ttl>Setting up Eclipse to view Example Code</ttl><xreftext>Section 3.2, “Setting up Eclipse to view Example Code”</xreftext></div
 ><div element="section" href="#ugr.ovv.eclipse_setup.linking_uima_source_code" number="3.3" targetptr="ugr.ovv.eclipse_setup.linking_uima_source_code"><ttl>Attaching UIMA source code</ttl><xreftext>Section 3.3, “Attaching UIMA source code”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.running_external_tools_from_eclipse" number="3.4" targetptr="ugr.ovv.eclipse_setup.running_external_tools_from_eclipse"><ttl>Running external tools from Eclipse</ttl><xreftext>Section 3.4, “Running external tools from Eclipse”</xreftext></div></div><div element="chapter" href="#ugr.faqs" number="4" targetptr="ugr.faqs"><ttl>UIMA Frequently Asked Questions (FAQ's)</ttl><xreftext>Chapter 4, <i xmlns:xlink="http://www.w3.org/1999/xlink">UIMA Frequently Asked Questions (FAQ's)</i></xreftext><obj element="varlistentry" href="#ugr.faqs.what_is_uima" number="" targetptr="ugr.faqs.what_is_uima"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong
 >What is UIMA?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.pronounce" number="" targetptr="ugr.faqs.pronounce"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>How do you pronounce UIMA?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.difference_apache_uima" number="" targetptr="ugr.faqs.difference_apache_uima"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What's the difference between UIMA and the Apache UIMA?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.include_semantic_search" number="" targetptr="ugr.faqs.include_semantic_search"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>
           Does UIMA include a semantic search engine?
         </strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_is_an_annotation" number="" targetptr="ugr.faqs.what_is_an_annotation"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What is an Annotation?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_is_the_cas" number="" targetptr="ugr.faqs.what_is_the_cas"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What is the CAS?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_does_the_cas_contain" number="" targetptr="ugr.faqs.what_does_the_cas_contain"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What does the CAS contain?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.only_annotations" number="" targetptr="ugr.faqs.only_annotations"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>Does the CAS only contain Annotations?</strong></span></xreftext></obj><obj element
 ="varlistentry" href="#ugr.faqs.just_xml" number="" targetptr="ugr.faqs.just_xml"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>Is the CAS just XML?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_is_a_type_system" number="" targetptr="ugr.faqs.what_is_a_type_system"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What is a Type System?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_is_a_sofa" number="" targetptr="ugr.faqs.what_is_a_sofa"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What is a Sofa?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.annotator_versus_ae" number="" targetptr="ugr.faqs.annotator_versus_ae"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>What's the difference between an Annotator and an Analysis
           Engine?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.web_services" number="" targetptr="ugr.faqs.web_services"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>Are UIMA analysis engines web services?</strong></span></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.stateless_aes" number="" targetptr="ugr.faqs.stateless_aes"><ttl>???TITLE???</ttl><xreftext><span class="bold"><strong>Do Analysis Engines have to be

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db?view=diff&rev=557240&r1=557239&r2=557240
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db Wed Jul 18 05:35:52 2007
@@ -6,7 +6,7 @@
         engines work on the audio “view”, some on the text
         “view” and some on both.</ttl><xreftext>Figure 2.7, “Multiple Sofas in support of multi-modal analysis of an audio Stream. Some
         engines work on the audio “view”, some on the text
-        “view” and some on both.”</xreftext></obj></div><div element="section" href="#ugr.ovv.conceptual.next_steps" number="2.8" targetptr="ugr.ovv.conceptual.next_steps"><ttl>Next Steps</ttl><xreftext>Section 2.8, “Next Steps”</xreftext></div></div><div element="chapter" href="#ugr.ovv.eclipse_setup" number="3" targetptr="ugr.ovv.eclipse_setup"><ttl>Setting up the Eclipse IDE to work with UIMA</ttl><xreftext>Chapter 3, <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" font-style="italic">Setting up the Eclipse IDE to work with UIMA</fo:inline></xreftext><div element="section" href="#ugr.ovv.eclipse_setup.installation" number="3.1" targetptr="ugr.ovv.eclipse_setup.installation"><ttl>Installation</ttl><xreftext>Section 3.1, “Installation”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.install_eclipse" number="3.1.1" targetptr="ugr.ovv.eclipse_setup.install_eclipse"><tt
 l>Install Eclipse</ttl><xreftext>Section 3.1.1, “Install Eclipse”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.install_emf" number="3.1.2" targetptr="ugr.ovv.eclipse_setup.install_emf"><ttl>Install additional Eclipse component: EMF</ttl><xreftext>Section 3.1.2, “Install additional Eclipse component: EMF”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.install_emf_shortcut" number="3.1.2.1" targetptr="ugr.ovv.eclipse_setup.install_emf_shortcut"><ttl>EMF Installation Shortcut for Eclipse 3.2</ttl><xreftext>Section 3.1.2.1, “EMF Installation Shortcut for Eclipse 3.2”</xreftext></div></div><div element="section" href="#ugr.ovv.eclipse_setup.install_uima_sdk" number="3.1.3" targetptr="ugr.ovv.eclipse_setup.install_uima_sdk"><ttl>Install the UIMA SDK</ttl><xreftext>Section 3.1.3, “Install the UIMA SDK”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.install_uima_eclipse_plu
 gins" number="3.1.4" targetptr="ugr.ovv.eclipse_setup.install_uima_eclipse_plugins"><ttl>Install the UIMA Eclipse Plugins</ttl><xreftext>Section 3.1.4, “Install the UIMA Eclipse Plugins”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.start_eclipse" number="3.1.5" targetptr="ugr.ovv.eclipse_setup.start_eclipse"><ttl>Start Eclipse</ttl><xreftext>Section 3.1.5, “Start Eclipse”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.special_startup_parameter_clean" number="3.1.5.1" targetptr="ugr.ovv.eclipse_setup.special_startup_parameter_clean"><ttl>Special startup parameter for Eclipse: -clean</ttl><xreftext>Section 3.1.5.1, “Special startup parameter for Eclipse: -clean”</xreftext></div></div></div><div element="section" href="#ugr.ovv.eclipse_setup.example_code" number="3.2" targetptr="ugr.ovv.eclipse_setup.example_code"><ttl>Setting up Eclipse to view Example Code</ttl><xreftext>Section 3.2, “Setting
  up Eclipse to view Example Code”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.running_external_tools_from_eclipse" number="3.3" targetptr="ugr.ovv.eclipse_setup.running_external_tools_from_eclipse"><ttl>Running external tools from Eclipse</ttl><xreftext>Section 3.3, “Running external tools from Eclipse”</xreftext></div></div><div element="chapter" href="#ugr.faqs" number="4" targetptr="ugr.faqs"><ttl>UIMA Frequently Asked Questions (FAQ's)</ttl><xreftext>Chapter 4, <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" font-style="italic">UIMA Frequently Asked Questions (FAQ's)</fo:inline></xreftext><obj element="varlistentry" href="#ugr.faqs.what_is_uima" number="" targetptr="ugr.faqs.what_is_uima"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What is UIMA?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faq
 s.pronounce" number="" targetptr="ugr.faqs.pronounce"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">How do you pronounce UIMA?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.difference_apache_uima" number="" targetptr="ugr.faqs.difference_apache_uima"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What's the difference between UIMA and the Apache UIMA?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.include_semantic_search" number="" targetptr="ugr.faqs.include_semantic_search"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">
+        “view” and some on both.”</xreftext></obj></div><div element="section" href="#ugr.ovv.conceptual.next_steps" number="2.8" targetptr="ugr.ovv.conceptual.next_steps"><ttl>Next Steps</ttl><xreftext>Section 2.8, “Next Steps”</xreftext></div></div><div element="chapter" href="#ugr.ovv.eclipse_setup" number="3" targetptr="ugr.ovv.eclipse_setup"><ttl>Setting up the Eclipse IDE to work with UIMA</ttl><xreftext>Chapter 3, <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" font-style="italic">Setting up the Eclipse IDE to work with UIMA</fo:inline></xreftext><div element="section" href="#ugr.ovv.eclipse_setup.installation" number="3.1" targetptr="ugr.ovv.eclipse_setup.installation"><ttl>Installation</ttl><xreftext>Section 3.1, “Installation”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.install_eclipse" number="3.1.1" targetptr="ugr.ovv.eclipse_setup.install_eclipse"><tt
 l>Install Eclipse</ttl><xreftext>Section 3.1.1, “Install Eclipse”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.install_emf" number="3.1.2" targetptr="ugr.ovv.eclipse_setup.install_emf"><ttl>Install additional Eclipse component: EMF</ttl><xreftext>Section 3.1.2, “Install additional Eclipse component: EMF”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.install_emf_shortcut" number="3.1.2.1" targetptr="ugr.ovv.eclipse_setup.install_emf_shortcut"><ttl>EMF Installation Shortcut for Eclipse 3.2</ttl><xreftext>Section 3.1.2.1, “EMF Installation Shortcut for Eclipse 3.2”</xreftext></div></div><div element="section" href="#ugr.ovv.eclipse_setup.install_uima_sdk" number="3.1.3" targetptr="ugr.ovv.eclipse_setup.install_uima_sdk"><ttl>Install the UIMA SDK</ttl><xreftext>Section 3.1.3, “Install the UIMA SDK”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.install_uima_eclipse_plu
 gins" number="3.1.4" targetptr="ugr.ovv.eclipse_setup.install_uima_eclipse_plugins"><ttl>Install the UIMA Eclipse Plugins</ttl><xreftext>Section 3.1.4, “Install the UIMA Eclipse Plugins”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.start_eclipse" number="3.1.5" targetptr="ugr.ovv.eclipse_setup.start_eclipse"><ttl>Start Eclipse</ttl><xreftext>Section 3.1.5, “Start Eclipse”</xreftext><div element="section" href="#ugr.ovv.eclipse_setup.special_startup_parameter_clean" number="3.1.5.1" targetptr="ugr.ovv.eclipse_setup.special_startup_parameter_clean"><ttl>Special startup parameter for Eclipse: -clean</ttl><xreftext>Section 3.1.5.1, “Special startup parameter for Eclipse: -clean”</xreftext></div></div></div><div element="section" href="#ugr.ovv.eclipse_setup.example_code" number="3.2" targetptr="ugr.ovv.eclipse_setup.example_code"><ttl>Setting up Eclipse to view Example Code</ttl><xreftext>Section 3.2, “Setting
  up Eclipse to view Example Code”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.linking_uima_source_code" number="3.3" targetptr="ugr.ovv.eclipse_setup.linking_uima_source_code"><ttl>Attaching UIMA source code</ttl><xreftext>Section 3.3, “Attaching UIMA source code”</xreftext></div><div element="section" href="#ugr.ovv.eclipse_setup.running_external_tools_from_eclipse" number="3.4" targetptr="ugr.ovv.eclipse_setup.running_external_tools_from_eclipse"><ttl>Running external tools from Eclipse</ttl><xreftext>Section 3.4, “Running external tools from Eclipse”</xreftext></div></div><div element="chapter" href="#ugr.faqs" number="4" targetptr="ugr.faqs"><ttl>UIMA Frequently Asked Questions (FAQ's)</ttl><xreftext>Chapter 4, <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" font-style="italic">UIMA Frequently Asked Questions (FAQ's)</fo:inline></xreftext><obj element="varlistentr
 y" href="#ugr.faqs.what_is_uima" number="" targetptr="ugr.faqs.what_is_uima"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What is UIMA?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.pronounce" number="" targetptr="ugr.faqs.pronounce"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">How do you pronounce UIMA?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.difference_apache_uima" number="" targetptr="ugr.faqs.difference_apache_uima"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What's the difference between UIMA and the Apache UIMA?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.include_semantic_search" number="" targetptr="ugr.faqs.include_semantic_search"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.o
 rg/1999/XSL/Format" font-weight="bold">
           Does UIMA include a semantic search engine?
         </fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_is_an_annotation" number="" targetptr="ugr.faqs.what_is_an_annotation"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What is an Annotation?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_is_the_cas" number="" targetptr="ugr.faqs.what_is_the_cas"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What is the CAS?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_does_the_cas_contain" number="" targetptr="ugr.faqs.what_does_the_cas_contain"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What does the CAS contain?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.only_annotations" number="" targetptr="ugr.faqs.only_annotations"><ttl>???TITLE?
 ??</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">Does the CAS only contain Annotations?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.just_xml" number="" targetptr="ugr.faqs.just_xml"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">Is the CAS just XML?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_is_a_type_system" number="" targetptr="ugr.faqs.what_is_a_type_system"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What is a Type System?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.what_is_a_sofa" number="" targetptr="ugr.faqs.what_is_a_sofa"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What is a Sofa?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.
 annotator_versus_ae" number="" targetptr="ugr.faqs.annotator_versus_ae"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">What's the difference between an Annotator and an Analysis
           Engine?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.web_services" number="" targetptr="ugr.faqs.web_services"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">Are UIMA analysis engines web services?</fo:inline></xreftext></obj><obj element="varlistentry" href="#ugr.faqs.stateless_aes" number="" targetptr="ugr.faqs.stateless_aes"><ttl>???TITLE???</ttl><xreftext><fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" font-weight="bold">Do Analysis Engines have to be