Re: UIMAj3 ideas

2015-07-16 Thread Richard Eckart de Castilho
On 16.07.2015, at 18:52, Petr Baudis pa...@ucw.cz wrote: On Fri, Jul 10, 2015 at 01:37:27PM -0400, Marshall Schor wrote: * UIMAfit is not part of core UIMA and UIMA-AS is not part of core UIMA. It seems to me that UIMA-AS is doing things a bit differently than what the original

Travel funding for ApacheCon EU Budapest - need to act today!

2015-07-16 Thread Marshall Schor
From the Apache Travel assistance committee: HI All, This is a reminder that currently applications are open for Travel Assistance to go to ApacheCon EU Budapest this coming September/October. Applications close tomorrow night so if you have not applied yet and intend to do so, please act now!

Re: UIMAj3 ideas

2015-07-16 Thread Petr Baudis
On Fri, Jul 10, 2015 at 01:37:27PM -0400, Marshall Schor wrote: On 7/9/2015 6:52 PM, Petr Baudis wrote: snip... https://cwiki.apache.org/confluence/display/UIMA/Ideas+for+UIMAJ+v3 I didn't figure out how to edit that wiki page, Due to spammers, we had to turn off public editing.

Re: UIMAj3 ideas

2015-07-16 Thread Petr Baudis
Hi! On Fri, Jul 10, 2015 at 10:28:08AM -0400, Eddie Epstein wrote: Good comments which will likely generate lots of responses. For now please see comments on scaleout below. On Thu, Jul 9, 2015 at 6:52 PM, Petr Baudis pa...@ucw.cz wrote: * UIMAfit is not part of core UIMA and UIMA-AS

Re: UIMAj3 ideas

2015-07-16 Thread Thomas Ginter
Richard, There is an API in UIMA for generating Analysis Engine Descriptors as well as Aggregates and Type System descriptions. I use that API to generate the xml descriptor at runtime after the configuration has been completed. I wrote my own logic to track the delegates of an Aggregate

Re: UIMAj3 ideas

2015-07-16 Thread Petr Baudis
Hi! On Thu, Jul 16, 2015 at 07:42:58PM +, Thomas Ginter wrote: Have you looked into using Leo? It allows you to programmatically create Analysis Engines, Aggregates, the type system, and launch everything in UIMA-AS without having to manage any XML descriptors at all. Furthermore it

Re: UIMAj3 ideas

2015-07-16 Thread Petr Baudis
On Thu, Jul 16, 2015 at 08:00:35PM +0200, Richard Eckart de Castilho wrote: On 16.07.2015, at 18:52, Petr Baudis pa...@ucw.cz wrote: Sorry for the confusion, but that's not quite what I had in mind. I literally believe that right now, in order to modify value of a feature, you need to

Re: UIMAj3 ideas

2015-07-16 Thread Thomas Ginter
Hi Petr, Have you looked into using Leo? It allows you to programmatically create Analysis Engines, Aggregates, the type system, and launch everything in UIMA-AS without having to manage any XML descriptors at all. Furthermore it is available via Maven so your code can compile an run.

Re: UIMAj3 ideas

2015-07-16 Thread Richard Eckart de Castilho
Hi Thomas, On 16.07.2015, at 21:42, Thomas Ginter thomas.gin...@utah.edu wrote: Have you looked into using Leo? It allows you to programmatically create Analysis Engines, Aggregates, the type system, and launch everything in UIMA-AS without having to manage any XML descriptors at all.

Re: UIMAj3 ideas

2015-07-16 Thread Richard Eckart de Castilho
On 16.07.2015, at 23:10, Jaroslaw Cwiklik uim...@gmail.com wrote: The UIMA-AS *does* have an API to generate deployment descriptors although its not documented. Its an internal API for now and most likely will be documented in the next release of UIMA-AS. The API is implemented by

Re: UIMAj3 ideas

2015-07-16 Thread Richard Eckart de Castilho
Thomas, On 16.07.2015, at 22:56, Thomas Ginter thomas.gin...@utah.edu wrote: There is an API in UIMA for generating Analysis Engine Descriptors as well as Aggregates and Type System descriptions. I use that API to generate the xml descriptor at runtime after the configuration has been

Re: UIMAj3 ideas

2015-07-16 Thread Jaroslaw Cwiklik
The UIMA-AS *does* have an API to generate deployment descriptors although its not documented. Its an internal API for now and most likely will be documented in the next release of UIMA-AS. The API is implemented by DeploymentDescriptorFactory.java. in the uimaj-as-core project. Jerry On Thu,

looking for more informative exception messages when parsing invalid Ruta script

2015-07-16 Thread Renaud Richardet
Hello, When using Ruta in a non-Workbench setup (in my case, Maven), I don't manage to catch Ruta script errors in a meaningful way. Here is an example: aaa\. - MyAnnotation; // fails because of escaped dot The thrown error is quite uninformative: java.lang.ArrayIndexOutOfBoundsException: -1