RE: Cannot load XMIWriterCasConsumer.xml with CPE.sh

2017-01-23 Thread Finan, Sean
Hi Arron, I'm sorry that didn't work. I normally run using a dozen different methods depending upon my needs. No real silver bullet ... The easiest way to run the fast clinical pipeline from a command line, is: 1. Check out trunk 2. Build with mvn package you may need to specify -Dsk

RE: Ctakes Dictionary Gui

2017-01-23 Thread Finan, Sean
Hi Shahid, The error is that java cannot find the class: org.apache.ctakes.dictionary.lookup2.concept.JdbcConceptFactory I’m not sure why you are seeing that as the class does exist in trunk as it is spelled out. I cannot repeat your error. Are you able to check your repository or .jar to see

Re: Cannot load XMIWriterCasConsumer.xml with CPE.sh

2017-01-23 Thread Miller, Timothy
FWIW, the method that we use for doing large batches is to create a pipeline descriptor using uimafit, create a reader such as FilesInDirectoryCollectionReader or UriCollectionReader, and then use a JCasIterable to wrap a for-loop around every document. This lets you collect statistics or data stru

RE: Ctakes Dictionary Gui

2017-01-23 Thread Finan, Sean
Ah – there might be an erroneous space in the classname. Go to your dictionary settings xml. In the line: org.apache.ctakes.dictionary.lookup2.concept.JdbcConceptFactory Look for a space between “JdbcConceptFactory” and “” If you see a space, remove it. It looks like I introduced this bug