You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bu...@apache.org on 2012/12/28 17:48:45 UTC

svn commit: r844139 - in /websites/staging/ctakes/trunk/content: ./ ctakes/3.0.0/user-guide-3.0.html

Author: buildbot
Date: Fri Dec 28 16:48:45 2012
New Revision: 844139

Log:
Staging update by buildbot for ctakes

Modified:
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/ctakes/3.0.0/user-guide-3.0.html

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Dec 28 16:48:45 2012
@@ -1 +1 @@
-1426567
+1426576

Modified: websites/staging/ctakes/trunk/content/ctakes/3.0.0/user-guide-3.0.html
==============================================================================
--- websites/staging/ctakes/trunk/content/ctakes/3.0.0/user-guide-3.0.html (original)
+++ websites/staging/ctakes/trunk/content/ctakes/3.0.0/user-guide-3.0.html Fri Dec 28 16:48:45 2012
@@ -90,42 +90,57 @@
 <h2 id="installation">Installation</h2>
 <p>Basic installation:</p>
 <ol>
-<li>Download one of the cTAKES archives</li>
-<li>It is recommended that you verify the downloaded file using signatures downloaded from our main distribution directory (not from one of the mirrors).
-Unpack the archive.</li>
+<li>Download one of the cTAKES 3.0.0 archives</li>
+<li>It is recommended that you verify the downloaded file using a signature downloaded from our main distribution directory (not from one of the mirrors).</li>
+<li>Unpack the archive.</li>
 </ol>
 <p>If you plan to use the full LVG resource (recommended)</p>
 <ol>
-<li>Download either the full version or the lite version from NIH Lexical Tools</li>
+<li>Download either the full version or the lite version from <a href="http://lexsrv2.nlm.nih.gov/LexSysGroup/Projects/lvg/2008/web/download.html">NIH Lexical Tools</a></li>
 <li>Extract the tgz file that you downloaded to a temporary directory. If you are on Windows, you can use a tool like 7-zip (available online). </li>
-<li>On some operating systems, like Windows, this may need to be done in two steps:
+<li>This may need to be done in two steps:
  1) to uncompress and 2) to unzip.</li>
 <li>Replace the directory <cTAKES_HOME>/resources/lvgresources/lvg/data/HSqlDb with data/HSqlDb from your extracted download. Replacing the entire directory is appropriate.</li>
 </ol>
 <p>If you plan to use the UMLS resources:</p>
 <ol>
 <li>
-<p>Download and unpack the UMLS resources and add them to the resources directory from 
+<p>Download the UMLS resources from 
 http://sourceforge.net/projects/ctakesresources/files/</p>
 </li>
 <li>
+<p>Unpack the UMLS resources and add them to the resources directory</p>
+</li>
+<li>
 <p>Also either set/export env variables like this</p>
 </li>
 </ol>
 <p>export ctakes.umlsuser=[username], ctakes.umlspw=[password]</p>
 <p>or add the system properties to the java args</p>
-<p>-Dctakes.umlsuser=[username] -Dctakes.umlspw=[password]</p>
+<p>-Dctakes.umlsuser=[username]  -Dctakes.umlspw=[password]</p>
 <h2 id="usage">Usage</h2>
+<h3 id="to-run-a-basic-pipeline-without-the-umls-resources">To run a basic pipeline without the UMLS resources:</h3>
+<ol>
+<li>Run bin/runctakesCVD </li>
+<li>Load an AE (analysis engine)</li>
+</ol>
+<p>Select desc/ctakes-clinical-pipeline/desc/analysis_engine/AggregatePlaintextProcessor</p>
+<ul>
+<li>Enter note or other text</li>
+<li>Run analysis engine</li>
+</ul>
+<p>NOTE: The included example dictionary is very small. Try a sentence such as: 
+  Patient took aspirin for knee pain</p>
+<h3 id="to-run-with-the-umls-resources">To run with the UMLS resources:</h3>
 <ol>
 <li>Run bin/runctakesCVD </li>
 <li>Load an AE (analysis engine)</li>
 </ol>
-<p>Select desc/ctakes-clinical-pipeline/desc/analysis_engine/AggregatePlaintextProcessor
-- Enter note or other text
-- Run analysis engine</p>
-<p>NOTE: The included example dictionary is very small. If you did not download the UMLS resource, 
-try a sentence such as: </p>
-<p>Patient took aspirin for knee pain</p>
+<p>Select desc/ctakes-clinical-pipeline/desc/analysis_engine/AggregatePlaintextUMLSProcessor</p>
+<ul>
+<li>Enter note or other text</li>
+<li>Run analysis engine</li>
+</ul>
   </div>
  
  <div id="footera">