Passing object from cpe to collection reader

2017-02-21 Thread Prerna Bhatia
Hi All, At the time of initialization of the CPE, I am passing list of objects to CPE. I want these objects to be used by collection reader to prepare the documents and run AAE on it. How can this be done? Thanks in advance, Prerna

Updating to 3.0.0-alpha

2017-02-21 Thread Chad Cravens
Hello UIMA group! Having a great time working with UIMA! I'm still pretty new to UIMA and am working with a pre-existing UIMA application, upgrading to 3.0.0 alpha from 2.9.0. The document states that backwards-compatibility is important, which is great in my case. I regenerated the JCas

Re: Using RUTA

2017-02-21 Thread Peter Klügl
Hi, I'd normally say that you need the conjunt rules construct to specify an AND between two rule element independent of the position: Book{-> NeilsBook}<-{ a1:Attribute{a1.name=="title", a1.ct=="Norse Mythology"} % a2:Attribute{a2.name=="author", a2.ct=="Neil Gaiman"}; };

Using RUTA

2017-02-21 Thread José Vicente Moyano Murillo
Hello everyone I'm planning to use RUTA to create some annotations. But i'm not able to accomplish my objective. This is my case right now: I have a text annotated with some annotations "*Book*". Under "*Book*" annotation i have a few annotations "*Attribute*" that stores some information