Versions Compared

Key

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

...

Once you have compiled the code you can process documents with the cTAKES components. The documents upon which you can run cTAKES will take many forms. An example of doing this is covered in the Processing Documents section.

The expert minimal install instructions below are short and but require a lot of prerequisite setup on your own. If you need more help then follow the step by step instructions.

...

Step

Example

1. Install SVN

 

2. Create a directory for your cTAKES project.
Windows/Linux:

Code Block
mkdir cTAKES-3.0
cd cTAKES-3.0

We'll call this CTAKES_HOME


3. Checkout the cTAKES project.

Code Block
svn co https://svn.apache.org/repos/asf/incubator/ctakes/trunk ctakes-3.0

...




4. Compile the complete set.

Code Block
mvn clean compile package

...



 

Process documents using cTAKES