Versions Compared

Key

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

...

Step

Example

1. Navigate to the cTAKES downloads page on the Apache site and download the binary package. Select a mirror site and press the Change button to modify the URL to your desired mirror location before doing the download or accept the default.

Windows:
Download the ZIP file.
Linux:
Take the link for the file you want and use wget to obtain the *.TAR.GZ file.
wget <URL of the file>

Windows:
31
Linux:

Code Block
wgetResolving http://people.apache.org/~chenpei/ctakes-3.0.0-incubating/rc5/target/apache-ctakes-3.0.0-incubating-bin.tar.gz
Warning

Need to replace the above line with the final location once cTAKES 3.0 is released.

Windows/Linux:
31

2. (Optional but recommended) Verify the downloaded files against a file signature to ensure you have the proper and complete file.

No example

3. Unzip the file you downloaded into a directory that you want to be the cTAKES install location. The compressed files contain a single directory at the top level.
Windows:
Code Block
languagenone
c:\apache-ctakes-3.0.0-incubating

Linux:

Code Block
languagenone
/apache. 140.211.11.9
Connecting to people.apache.org|140.211.11.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 763500777 (728M) [application/x-gzip]
Saving to: `apache-ctakes-3.0.0-incubating

This folder we will call <cTAKES_HOME>. You will need to refer to this directory later.

Windows:
33
Linux:
Code Block
Resolving people.apache.org... 140.211.11.9
Connecting to people.apache.org|140.211.11.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 763500777 (728M) [application/x-gzip]
Saving to: `apache-ctakes-3.0.0-incubating-bin.tar.gz'

13% [===========>                                     ] 106,548,331 1.13M/s eta 11m 9s

...

-bin.tar.gz'

13% [===========>                                     ] 106,548,331 1.13M/s eta 11m 9s

2. (Optional but recommended) Verify the downloaded files against a file signature to ensure you have the proper and complete file.

No example

3. Unzip the file you downloaded into a directory that you want to be the cTAKES install location. The compressed files contain a single directory at the top level.

Windows:

Code Block
languagenone
c:\apache-ctakes-3.0.0-incubating

Linux:

Code Block
languagenone
/usr/local/apache-ctakes-3.0.0-incubating

This folder we will call <cTAKES_HOME>. You will need to refer to this directory later.

Windows:
33
Linux:

Code Block
tar -xvf apache-ctakes-3.0.0-incubating-bin.tar.gz -C /usr/local 

4. Download UMLS and model resources...

Warning

The location of these resources is not prepared yet. Replace this box with instructions.

...

No example

Process documents using cTAKES

...