Versions Compared

Key

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

...

Step

Example

1. Import the cTAKES projects using Maven.

File -> Import ... -> Maven -> Check out Maven Projects from SCM.
Click Next.


2. For SCM URL use "svn" in the drop-down

Code Block
https://svn.apache.org/repos/asf/incubator/ctakes/tags/ctakes-3.0.0-incubating

in the text field.
Click Finish.
Eclipse will download and builds build all of the cTAKES projects including running jcasgen as needed. It may take up to 30 minutes depending on your machine and Internet speed. Image Removed.

Image Added

3. Download dictionary and model resources.

Info

Due to licensing considerations and easy of installability, one download from an external location was established with all the resources you will need. Licensing for these resources is found within the download.

Go to http://sourceforge.net/projects/ctakesresources/files/ and download the ZIP file with a matching version from the ctakesresources project.
Download time will be commensurate with 1GB of data.
Unzip the files into a temporary location.

Windows:

Code Block
langnone
C:\temp

Linux:

Code Block
langnone
/tmp

4. Copy (merge, no files should be named the same) the contents and subdirectories of the org directory to <cTAKES_HOME>/resources/org.

Windows:

Code Block
langnone
copy C:\temp\ctakes-resources-3.1.0\resources\org C:\Users\m075861\workspace\ctakes\resources\org
copy C:\temp\ctakes-resources-3.1.0\resources\org C:\apache-ctakes-3.0.0-incubating\resources\org

Linux:

Code Block
langnone
copy /tmp/ctakes-resources-3.1.0/resources/org /usr/local/apache-ctakes-3.0.0-incubating/resources/org

Process documents using cTAKES

...