Versions Compared

Key

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

...

WARNING: Newer instructions

NOTE: The information here is largely for the ctakes 2.5 build process (eclipse based with some ant). ctakes 3.x under apache now uses a maven based build process. Please see the following web site for current build instructions: http://incubator.apache.org/ctakes/3.0.0/developer-guide-3.0

Image Removed

(should these instructions be copied into this wiki page?)
YES! The original contents were just a start to the page and it should be changed over into what it takes now for 3.0.
The user doc and the developer doc that started on the incubator site should both be moved here and the ain site should point to this doc. The same groups should be covered, meaning developers using Eclipse or the command line.

These are instructions for installation of cTAKES for developers. With these instructions you can set up your development environment with cTAKES code, change or extend the code, compile the code, and deploy. If you simply want to be a user of the software, refer to the cTAKES 3.0 User Guide.

...

Step

Example

1. Download and install Eclipse if you don't already have it.

(optional) It is recommended that you start a new workspace to keep your cTAKES projects separate from other work.

No example

2. Find UIMA Eclipse plug-ins.

Help> Install New Software...> Add... button
Set a repository name and this site location

Code Block
languagenone
http://www.apache.org/dist/uima/eclipse-update-site

\\\\\
Click OK.

3. Install UIMA Eclipse plug-ins.

Select the UIMA Eclipse tooling and runtime support.
Click *Next >*and finish the install.

Additional help can be found on the Apache site UIMA for Eclipse on apache.org.

Note
titleNote

These install instructions depend upon the installation of these plug-ins.



(optional) Verify the installation of the UIMA Plug-ins. Go to Help> About Eclipse> Installation Details> Plug-ins. You will see a dialog such as that on the right (next cell) with plug-in names starting with "UIMA Eclipse:".


...