Re: @ConfParam initialization of values from symbol name of static instance?

2017-05-01 Thread Richard Eckart de Castilho
Hi, > On 26.04.2017, at 22:29, José Tomás Atria wrote: > > Hello all! > > I know that UIMA-FIT is capable of initializing enum-typed configuration > parameters from a string equal to the name of one of the values in an enum > class. i.e. this works as documented: > >

Re: Limiting the memory used by an annotator ?

2017-05-01 Thread Marshall Schor
Hi, I'm not sure that a limited size FsIndexRepository would work, because it only would limit those Feature Structures that were added to the index. Many times, Feature Structures are made which are referenced from other Feature Structures, but are not added to the index. One example is

Re: Limiting the memory used by an annotator ?

2017-05-01 Thread Hugues de Mazancourt
> Thanks for the ticket. I haven't checked the implementation yet but it > looks as much like a bug as it is possible. > The rule looks simple, but the problem is quite complicated as you could > replace both rule elements after the wildcard with arbitrary complex > composed rule elements. I have

Re: Limiting the memory used by an annotator ?

2017-05-01 Thread Peter Klügl
Hi, Am 30.04.2017 um 22:15 schrieb Hugues de Mazancourt: > Thanks to all for your advices. > In my specific case, this was a Ruta problem - Peter, I filed a JIRA issue > with a minimal example - which would advocate for the « > TooManyMatchesException » feature you propose. I vote for it.