Re: Question about the pipeline

2015-02-05 Thread Maite Meseure Hugues
I see. In my case, I am using the CPE descriptor saved from the GUI for CmdLineCpeRunner as said Sean. I've selected AggregatePlaintextProcessor.xml as AE but I have this error: "Couldn't initialize processing engine. Initialization of CAS Processor with name "AggregatePlaintextProcessor" faile

RE: Question about the pipeline

2015-02-05 Thread Finan, Sean
Hi Maite, Without more information I can't venture a guess as to a cause of the error. If RunCPE works then why not use that? They are practically identical. Sean From: Maite Meseure Hugues [meseure.ma...@gmail.com] Sent: Thursday, February 05, 2015 8:5

Re: Question about the pipeline

2015-02-05 Thread Maite Meseure Hugues
Yes, it does but only in Eclipse, not in command line even though I am in the good directory. I have to look at the classpath more in details probably. Thanks for your replies. On Thu, Feb 5, 2015 at 8:08 AM, Finan, Sean < sean.fi...@childrens.harvard.edu> wrote: > Hi Maite, > > Without more info

RE: Question about the pipeline

2015-02-05 Thread Finan, Sean
Hi Maite, If you can run the cpe gui using the script in bin/ , try specifying the descriptor for that: runctakesCPE -desc pathToXml If that runs then try copying the runctakesCPE to something like runctakesCLI and change the last line of the file to call CmdLineCpeRunner instead of CpmFrame.