Versions Compared

Key

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

...

2) Run the ConceptDaoImpl: (modify the memory option -Xmx1g to as much memory as you can spare)

Code Block
languagebash
cd CTAKES_HOME
bin\setenv.bat
java -cp %CLASSPATH% -Dlog4j.configuration=file:/%CTAKES_HOME%/config/log4j.xml -Xmx1g org.apache.ctakes.ytex.kernel.dao.ConceptDaoImpl -prop sct-umls.xmlname <concept graph name>

You will get warnings about removing cycles. The concept graph will be stored in the CTAKES_HOME/resources/org/apache/ctakes/ytex/conceptGraph directory.

...