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 2016/08/25 13:43:58 UTC

svn commit: r1757687 - /uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.application.xml

Author: schor
Date: Thu Aug 25 13:43:58 2016
New Revision: 1757687

URL: http://svn.apache.org/viewvc?rev=1757687&view=rev
Log:
[UIMA-4685] mention load form with type system arg.

Modified:
    uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.application.xml

Modified: uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.application.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.application.xml?rev=1757687&r1=1757686&r2=1757687&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.application.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/src/docbook/tug.application.xml Thu Aug 25 13:43:58 2016
@@ -715,7 +715,8 @@ ae.destroy();</programlisting></para>
         can be read back in using the <code>CasIOUtils load</code> methods.
         The <code>CasIOUtils load</code> methods also have API forms that support 
         loading type system and index definition information
-        at the same time (from addition input sources).  
+        at the same time (from addition input sources); there is also a form for loading compressed form 6 where
+        you can pass the type system to use for decoding, when it is different from that of the receiving CAS. 
         The XCAS and XMI external forms can also be read back in using the <literal>deserialize</literal> method of
         the class <literal>org.apache.uima.util.XmlCasDeserializer</literal>. All of these methods deserialize
         into a pre-existing CAS, which you must create ahead of time.  See the