You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2015/03/17 22:28:29 UTC

svn commit: r1667412 - /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part3/ducc-applications.tex

Author: eae
Date: Tue Mar 17 21:28:28 2015
New Revision: 1667412

URL: http://svn.apache.org/r1667412
Log:
UIMA-4289

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part3/ducc-applications.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part3/ducc-applications.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part3/ducc-applications.tex?rev=1667412&r1=1667411&r2=1667412&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part3/ducc-applications.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part3/ducc-applications.tex Tue Mar 17 21:28:28 2015
@@ -301,8 +301,10 @@ with descriptors in \ducchome/examples/s
 
 \section{Download and Install OpenNLP}
 Download the OpenNLP source distribution from http://opennlp.apache.org and follow the directions in the
-{\em UIMA Integration} section of the included documentation to build the UIMA pear file.
-Then {\em install} the UIMA pear file in the working directory 
+{\em UIMA Integration} section of the included documentation 
+(http://opennlp.apache.org/documentation/manual/opennlp.html#org.apche.opennlp.uima) 
+to build the UIMA pear file.
+Then {\em install} the UIMA pear file in a directory (which we will refer to below as $OPENNLP_HOME) 
 with the {\em runPearInstaller} script and
 test it with the UIMA Cas Visual Debugger application.
 
@@ -328,6 +330,11 @@ The job specification, DuccRawTextSpec.j
 and various operational components located there. As run below the placeholders are resolved
 from environmental variables.
 
+	\begin{description}
+    \item[Note:] The classpath for the application, defined in DuccRawTextSpec.job, requires that environmental parameters 
+    $UIMA_HOME and $OPENNLP_HOME are pointing at a valid UIMA SDK and the installed OpenNLP PEAR file, respectively. 
+	\end{description}
+
 The job is submitted from the command line with the following:
 \begin{verbatim}
    MyAppDir=$PWD \
@@ -420,6 +427,11 @@ The job specification, DuccCasInputSpec.
 and various operational components located there. As run below the placeholders will be resolved
 from environmental variables. 
 
+	\begin{description}
+    \item[Note:] The classpath for the application, defined in DuccCasInputSpec.job, requires that environmental parameters 
+    $UIMA_HOME and $OPENNLP_HOME are pointing at a valid UIMA SDK and the installed OpenNLP PEAR file, respectively. 
+	\end{description}
+
 The job is submitted from the command line with the following:
 \begin{verbatim}
    MyAppDir=$PWD \