Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • svn co https://svn.apache.org/repos/asf/incubator/ctakes/trunk ctakes-3.0
  • mvn clean compile package
    • Running the mvn package command will generate a binary distribution in /ctakes-distribution/target/ctakes-<release>-bin.tar.gz/zip
  • (Optional) If you would like to launch the UIMA CVD or CPE GUI , run $
    • with MAVEN_OPTS="-Xmx1g" run mvn -PrunCVD compile

For further information see the Apache Source Code Repository page.

...

Process documents using cTAKES

Step

Example

1. Launching the UIMA CAS Visual Debugger (CVD) or the Collection Processing Engine (CPE) from Eclipse can now be accomplished in the ctakes-clinical-pipeline project:

Code Block
export MAVEN_OPTS="-Xmx1g"
mvn -Prun<CVD | CPE> compile

where you must select between CVD and CPE in the command. Other Run Configurations are also available in the Eclipse Run menu.


2. (Optional) Process data.

Now that you can launch the tools, the User Guide has steps to walk you through processing test data if you want to go there.

No example