Yes, but imagine you have a CAS with 10 views and you want to apply a
primitive sofa-unaware AE on each view.
The easiest solution I found was to write a template AAE descriptor,
replaced the AE descriptor and sofa name (and mapping), instantiate the
AAE, call process(), and then repeat that for the next view.
This can get quite ugly, if you have to override parameters and you do
not know the primitive AE and its parameters.
Best,
Peter
On 03.04.2013 14:38, Jörn Kottmann wrote:
> Yes, you can use the sofa mapping, to map some view to the _InitialView.
>
> Have a look here:
> http://uima.apache.org/d/uimaj-2.4.0/tutorials_and_users_guides.html#ugr.tug.mvs.sofa_name_mapping
>
>
> Jörn
>
> On 04/03/2013 02:19 PM, Peter Klügl wrote:
>> Hi,
>>
>> sorry for this beginner question:
>>
>> It there a shortcut to apply a sofa-unaware AE on CAS view that is not
>> the _InitialView?
>>
>> It seems quite cumbersome to programmatically generate an aggregate
>> analysis engine description to wrap to sofa-unaware engine.
>>
>> Best,
>>
>> Peter
>
>
|