Versions Compared

Key

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

YTEX is in the current cTAKES trunk (as of 1-May-2014) (https://svn.apache.org/repos/asf/ctakes/trunk) and will be included in cTAKES 3.2.  This This document describes additional installation steps required to take advantage of the following YTEX features:

...

If you want to install the UMLS in your SQL Server, you may want to use a different database/schema from the YTEX database. If that is the case, you need permissions on the UMLS database/schema as well.

Installation

0) Build cTAKES Trunk

All of ytex has been moved into ctakes, it is currently in trunk (https://svn.apache.org/repos/asf/ctakes/trunk). You must build a ctakes distribution (that includes ytex).

...

1

...

)

...

Code Block
languagebash
rmdir /s /q ctakes
svn co https://svn.apache.org/repos/asf/ctakes/branches/ytex ctakes
cd ctakes
mvn clean install -DskipTests

And you will have the ctakes (with ytex) distro in ctakes\ctakes-distribution\target\apache-ctakes-3.1.2-SNAPSHOT-bin.zip

...

Install ctakes

...

'as usual'

Go through the standard ctakes installation for the distribution you just created: See https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.1+User+Install+Guide. For the rest of this document, we assume ctakes is installed in CTAKES_HOME

...