OpenNLP error: not in GZIP format

2007-12-11 Thread Ashutosh Sharma
Hi I want to use OpenNLP tool in UIMA to do some NLP task. I go through the OpenNLP readme file. But when I test the first component of opennlp 'sentence detector', it gives me following error: "org.apache.uima.resource.ResourceInitializationException: Initilization of annotator class "org.apa

RE: problem running a CPE with FileSystemCollectionReader

2007-12-11 Thread Jaroslaw Cwiklik
I think grouping of params are not supported in the CPE. Jerry C Jerry Cwiklik UIMA Extensions IBM T.J. Watson Research Center Hawtorne, NY, 10532 Tel: 914-784-7665, T/L: 863-7665 Email: [EMAIL PROTECTED]

RE: problem running a CPE with FileSystemCollectionReader

2007-12-11 Thread Chavan, Girish
Thanks Jerry, Yeah I noticed that. Didn't realize it was a mandatory element. However I am facing another problem. I cant seem to get my grouped parameters for my cas consumer to be initialized using the CPE descriptor. I have ungrouped as well as grouped parameters ( Group name=Data

Re: problem running a CPE with FileSystemCollectionReader

2007-12-11 Thread Jaroslaw Cwiklik
Girish, you seem to be missing a deployment element in your cpe descriptor. I am not sure how you want to run your cpe, single threaded or multi-threaded. For multithreaded deployment add immediate For singlethreaded deployment add single-threaded Jerry C

RE: problem running a CPE with FileSystemCollectionReader

2007-12-11 Thread Chavan, Girish
Figured it out. I didn't have this element in my CPE descriptor: vinciService|interactive|immediate|single-threaded Thanks, -Girish -Original Message- From: Chavan, Girish Sent: Tuesday, December 11, 2007 11:02 AM To: uima-user@incubator.apache.org Subject: problem running a CPE wi

problem running a CPE with FileSystemCollectionReader

2007-12-11 Thread Chavan, Girish
Hi All, I am trying to build my own CPE. I created a cpe descriptor with the FileSystemCollectionReader as the collection reader and a DatabaseWriter Cas consumer(which I wrote) as a cas processor. I get a ResourceInitializationExecption when I try to run the CPE. Here is the caused by section o