run existing AE instance on different view

2018-07-05 Thread Jens Grivolla
Hi, I'm trying to run an already instantiated AE on a view other than _InitialView. Unfortunately, I can't just call process() on the desired view, as there is a call to Util.getStartingView(...) in PrimitiveAnalysisEngine_impl that forces it back to _InitialView. The view mapping methods I

Re: Problem in running DUCC Job for Arabic Language

2018-07-05 Thread Eddie Epstein
So if you run the AE as a DUCC UIMA-AS service and send it CASes from some UIMA-AS client it works OK? The full environment for all processes that DUCC launches are available via ducc-mon under the Specification or Registry tab for that job or managed reservation or service. Please see if the LANG

Re: Problem in running DUCC Job for Arabic Language

2018-07-05 Thread rohit14csu173
Hey, Yeah you got it right the first snippet comes in CR before the data goes in CAS. And the second snippet is in the first annotator or analysis engine(AE) of my Aggregate Desciptor. I am pretty sure this is an issue of the CAS used by DUCC because if i use service of DUCC in which we are

Issue while applying COUNT condition in UIMA RUTA

2018-07-05 Thread amyjacksonkat
I used COUNT Condition to find the number of punctuations in an annotation.But I didn't received the expected output. DECLARE Sentence(INT pmcount); Conflicts of interest"->Sentence; DECLARE SentenceLastToken;