Hello! I am currently running ctakes with the following command java -cp $CTAKES_HOME/lib/*:$CTAKES_HOME/desc/:$CTAKES_HOME/resources/ -Dlog4j.configuration=file:$CTAKES_HOME/config/log4j.xml -Xms512M -Xmx3004M org.apache.uima.tools.cpm.CpmFrame
Since I've to process a large number of documents, I was wondering how I can configure CPE to use multiple threads? I didn't find any options inside CPE. Is there a command line options supported for the same?
