Re: Exception: UIMA - Annotator Processing Failed

2018-02-28 Thread Eddie Epstein
Hi, An annotation feature structure can only be added to the index of the view it was created in. It looks like the application at edu.cmu.lti.oaqa.baseqa.evidence.concept.PassageConceptRecognizer.process( PassageConceptRecognizer.java:96)* is trying to add an annotation created in one view to

Re: Running bin files from UIMA_HOME bin directory

2018-02-28 Thread Marshall Schor
please try a java version 8, not version 9. There are known issues that pop up when running with Java 9 that haven't been worked on yet. Cheers. -Marshall On 2/27/2018 8:13 PM, Barbara Moloney wrote: > Hi Marshall > Thanks for your reply. > I am using Java version "9.0.4" which I have

Fwd: Exception: UIMA - Annotator Processing Failed

2018-02-28 Thread Fatima Zulifqar
Dear, I am facing the following issue while running an open source project which is based upon uima framework. I didn't find any solution concerned yet. *Feb 27, 2018 11:57:39 AM org.apache.uima.analysis_engine.impl.PrimitiveAnalysisEngine_impl callAnalysisComponentProcess(417)* *SEVERE:

Re: XCASParsingException while using DKPro with UIMA RUTA for POS tagging

2018-02-28 Thread ruwi1025
Hi peter, I imported the DKPro type system descriptor to my script as follows and set the preference to 'Load CAS leniently' and now it works fine. IMPORT PACKAGE de.tudarmstadt.ukp.dkpro.core.api.lexmorph.type.pos FROM desc.type.POS AS pos; IMPORT

Re: XCASParsingException while using DKPro with UIMA RUTA for POS tagging

2018-02-28 Thread Peter Klügl
Hi, this error occurs if you try to open the CAS Editor and the selected type system description does not contain all types present in the CAS. There are several ways to solve the problem. Probably, the type system description that was selected is the description generated for the Ruta

XCASParsingException while using DKPro with UIMA RUTA for POS tagging

2018-02-28 Thread Ruwini Wijesiri
Hi, I am new to using UIMA Ruta and I have been trying to get the POS tags using DKPRo. I tried POS tagging by refering to the german novel example[1], but i get an error saying editor couldn't be initilized due to the following exception; org.apache.uima.UIMARuntimeException > > at