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 18:54:07 UTC

svn commit: r557329 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml

Author: twgoetz
Date: Wed Jul 18 09:54:06 2007
New Revision: 557329

URL: http://svn.apache.org/viewvc?view=rev&rev=557329
Log:
No Jira.  Add XMI CAS read/write capability to docs.

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml

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=557329&r1=557328&r2=557329
==============================================================================
--- 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 09:54:06 2007
@@ -307,15 +307,28 @@
 
     <listitem>
      <formalpara>
-      <title>Write XCAS File</title>
+      <title>Read XMI CAS File</title>
+      <para>
+       Read an XMI CAS file. Important: XMI CAS is a serialization format that
+       serializes a CAS without type system and index information. It is
+       therefore impossible to read in a stand-alone XMI CAS file. XMI CAS
+       files can only be interpreted in the context of an existing type
+       system. Consequently, you need to load the TAE that was used to
+       create the XCAS file to be able to load it.
+      </para>
+     </formalpara>
+    </listitem>
+
+    <listitem>
+     <formalpara>
+      <title>Write XMI CAS File</title>
       <para>
-       Writes the current analysis out as an XCAS file. This menu item
-       is disabled until after the first time a TAE has run
-       successfully.
+       Writes the current analysis out as an XMI CAS file.
       </para>
      </formalpara>
     </listitem>
 
+
     <listitem>
      <formalpara>
       <title>Read XCAS File</title>
@@ -329,6 +342,15 @@
        without loading the TAE may produce strange errors. You may get
        syntax errors on loading the XCAS file, or worse, everything may
        appear to go smoothly but in reality your CAS may be corrupted.
+      </para>
+     </formalpara>
+    </listitem>
+
+    <listitem>
+     <formalpara>
+      <title>Write XCAS File</title>
+      <para>
+       Writes the current analysis out as an XCAS file.
       </para>
      </formalpara>
     </listitem>