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