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
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]
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
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
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
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