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: Cannot load XMIWriterCasConsumer.xml with CPE.sh

2017-01-23 Thread Finan, Sean
please let the community know. Thanks, Sean -Original Message- From: Arron Lacey [mailto:a.s.la...@swansea.ac.uk] Sent: Sunday, January 22, 2017 9:36 AM To: dev@ctakes.apache.org Subject: RE: Cannot load XMIWriterCasConsumer.xml with CPE.sh Thanks very much Sean. Didn't work unfortunately -

RE: Cannot load XMIWriterCasConsumer.xml with CPE.sh

2017-01-22 Thread Arron Lacey
Thanks very much Sean. Didn't work unfortunately - but I am curious if you don't personally use the CPE, how to you batch process documents? I would like to just run the AggregatePlaintextFastUMLSProcessor.xml on all files in a given directory - perhaps with *some* control over the output file

RE: Cannot load XMIWriterCasConsumer.xml with CPE.sh

2017-01-20 Thread Finan, Sean
Hi Arron Lacey, That particular cas consumer java class is a uimafit-paradigm implementation, and from my memory the CPE gui does not play well with Uimafit. I could be wrong - I never use the cpe anymore. You might be able to get things working by changing line #23 in the .xml file from o