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
    • with MAVEN_OPTS=MAVEN_OPTS="-Xmx2g -Xms1g" run mvn -PrunCVD compile

...

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="-Xmx1gXmx2g -Xms1g"
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.

No example

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