Re: Annotation Editor will not accept TypeSystem importing Cleartk Type System

2013-11-28 Thread Peter Klügl
On 27.11.2013 21:39, Matthias Grabmair wrote: Hi all, I am relatively new to UIMA and am involved in a project where an annotated corpus needs to be developed. My TypeSystem.xml imports org.cleartk.TypeSystem, which works fine for TypeSystem editing purposes. However, I cannot edit a

Re: uimaFIT: managing component configurations

2013-11-28 Thread Jens Grivolla
Hi, basically I'm looking for a way to manage engine descriptions. So far I'm using createEngineDescription(...) when building a pipeline. If my component, i.e. in the case of uimaFIT the class that implements the AE, defines good default values that is very easy and concise. However, I also

Re: uimaFIT: managing component configurations

2013-11-28 Thread Richard Eckart de Castilho
On 28.11.2013, at 07:45, Jens Grivolla j+...@grivolla.net wrote: Hi, basically I'm looking for a way to manage engine descriptions. So far I'm using createEngineDescription(...) when building a pipeline. If my component, i.e. in the case of uimaFIT the class that implements the AE,

Re: uimaFIT: managing component configurations

2013-11-28 Thread Eddie Epstein
Just in case you haven't considered it, version 2.4.2 has a new option for overriding configuration parameters outside of component descriptions, called external overrides. It is implemented via an additional settings file. Component descriptors remain static, like code, which would work well for

Re: Running CasMultiplier inside a JCasIterable

2013-11-28 Thread Richard Eckart de Castilho
For further reference: https://issues.apache.org/jira/browse/UIMA-3470 -- Richard On 22.11.2013, at 07:37, Richard Eckart de Castilho r...@apache.org wrote: I believe the JCasIterable is currently implemented as a loop which calls process on the analysis engines for every CAS produced by the