DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Step | Example | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1. Navigate to the cTAKES downloads page for a released version on the Apache |
| 2. Download the cTAKES-3.0.zip file. |
| Code Block | ||
|---|---|---|
| ||
c:\cTAKES-3.0
|
Linux:
| Code Block | ||
|---|---|---|
| ||
/usr/bin/cTAKES-3.0
|
site and download the binary package. Select a mirror site and press the Change button to modify the URL to your desired mirror location.
Windows:
Download the ZIP file.
Linux:
Take the link for the file you want and use wget to obtain the *.TAR.GZ file.
| Code Block |
|---|
wget 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 | ||
|---|---|---|
| ||
c:\apache-ctakes-3.0.0-incubating
|
Linux:
| Code Block | ||
|---|---|---|
| ||
/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 |
|
4. Download UMLS and model resources... |
| Warning |
|---|
The location of these resources is not prepared yet. Replace this box with instructions. |
| |
Process documents using cTAKES
This version allows you to test most components bundled in cTAKES in two different ways:
- Using cTAKES the bundled UIMA CAS Visual Debugger (CVD) to view the results stored as XCAS files or run the annotators or
- Using cTAKES collection processing engine the bundled UIMA Collection Processing Engine (CPE) to process documents in cTAKES_HOME/testdata directory
You will need a windowing environment on Linux to run these tools.
CAS Visual Debugger (CVD)
Step | Example | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1. Open a command prompt and change to the cTAKES_HOME directory.
Linux:
|
| |||||||||||||||
2. Start the CAS Visual Debugger by running this command:
Linux:
The application may take a minute to start on slower hardware. |
| |||||||||||||||
3. An analysis engine (AE) needs to be loaded in order to process text.
Click Open.
| ||||||||||||||||
4. Copy the example text from the next cell in this table and paste the contents into the Text section of CVD, replacing the text that is already there.
| Dr. Nutritious | |||||||||||||||
3. From the menu bar, click Run -> Run AggregatePlaintextProcessor. |
| |||||||||||||||
4. Named entities are now recognized in this clinical document.
or
|
|
...