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/11/14 20:57:04 UTC

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

Author: buildbot
Date: Wed Nov 14 19:57:03 2012
New Revision: 838362

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 Wed Nov 14 19:57:03 2012
@@ -1 +1 @@
-1409321
+1409330

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 Wed Nov 14 19:57:03 2012
@@ -91,20 +91,18 @@ cTAKES is built around analysis of text 
 code within cTAKES, refer to the <a href="/3.0.0/developer-guide-3.0">cTAKES 3.0 Developer Guide</a>.</p>
 <p>There are GUIs for the configuration and viewing of results, however, there are no summaries, statistics, or pretty graphs.
 The results are lots of annotations recorded in <a href="http://uima.apache.org/downloads/releaseDocs/2.1.0-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.xmi_emf">UIMA XMI files</a>.
-You can see and sift through the results, but more processing is required to reap the benefits of the processing.
+You can see and sift through the results, but more processing is required to reap the benefits of the annotations.
 The process that you set up to do these annotations is called a pipeline.</p>
-<p>These instructions will cover installation and a test of the main product
+<p>These instructions will cover installation of cTAKES and a test of some components 
 including trained models for sentence detection and tagging parts of speech,
 dictionaries from a subset of the UMLS, a very small subset of the full LVG
-resource, etc. Optional components will also be described.</p>
-<p>Once you have finished installation of cTAKES, you will be able to see what
-cTAKES is capable of. Further exploitation of the software's ability may
-require following a few additional steps involving what dictionaries are being
-used.</p>
+resource, etc.</p>
+<p>Further exploitation of the software's ability may require a few additional steps.
+For example, you may want to use a different dictionary in order to include vocabulary from your institution.</p>
 <h2 id="install-ctakes">Install cTAKES</h2>
 <ol>
 <li>Make sure you have <a href="http://www.java.com/en/download/faq/develop.xml">Java</a> 1.6 or higher. Many systems come with Java already
-installed. Run this command to check your version, for example:
+installed. Run this command to check your version:
 <pre>
 java -version
 </pre></li>
@@ -114,16 +112,14 @@ Save the file to a temporary location on
 </li>
 <li>
 <p>Unzip the ZIP file into a directory that you want to be the cTAKES installed home directory.
-This directory we will call <strong>cTAKES_HOME</strong>. You will need to refer to this later.</p>
+This directory we will call <strong>cTAKES_HOME</strong>. You will need to refer to this later. <strong>Windows</strong>: <code>c:\cTAKES-3.0</code> <strong>Linux</strong>: <code>    /usr/bin/cTAKES-3.0</code><br />
+</p>
 </li>
 </ol>
-<p><strong>Windows</strong>: <code>c:\cTAKES-3.0</code> <strong>Linux</strong>: <code>    /usr/bin/cTAKES-3.0</code><br />
-</p>
 <h2 id="process-documents-using-ctakes">Process documents using cTAKES</h2>
-<p>This version allows you to use most components bundled in cTAKES in two
-different ways:</p>
+<p>cTAKES allows you to use most components in two different ways:</p>
 <ol>
-<li>Using cTAKES CAS Visual Debugger (CVD) to view the results stored as XCAS files or run the annotators or</li>
+<li>Using cTAKES CAS Visual Debugger (CVD) to view the results stored as XMI files or run the annotators or</li>
 <li>Using cTAKES collection processing engine (CPE) to process documents in cTAKES_HOME/testdata directory</li>
 </ol>
 <h3 id="cas-visual-debugger-cvd">CAS Visual Debugger (CVD)</h3>