Can I assign a typelist to a FSArray feature in a CREATE action? I tried to read some annotations into a typelist variable using GETLIST and then assign it to a FSArray feature in a CREATE statement but it doesn’t seem to work. How does one do this otherwise?
Cheers, Mario > On 06 Oct 2015, at 20:28 , Peter Klügl <[email protected]> wrote: > > The most important actions are CREATE and GATHER. There are also some others > like FILL or SETFEATURE. > > The ASSIGN action works only for variables. > > Best, > > Peter > > > Am 06.10.2015 um 19:47 schrieb Mario Gazzo: >> That’s completely understandable, Peter. >> >> FSArray assignment might just do it for me at the moment. Could you point me >> to the special actions you are mentioning? Is it the Assign action? >> >> Cheers >> Mario >> >>> On 06 Oct 2015, at 19:10 , Peter Klügl <[email protected]> wrote: >>> >>> Hi Mario, >>> >>> yes, sadly, it's true. Only the assignments to FSArrays using special >>> actions is supported right now. >>> >>> I did not find the time to implement it for 2.3.0 or 2.3.1, but I really >>> hope I can do it for 2.4.0. >>> >>> Any help is welcome :-) >>> >>> (however, I must admit that this is trickier and more work than it looks >>> like) >>> >>> Best, >>> >>> Peter >>> >>> Am 06.10.2015 um 19:02 schrieb Mario Gazzo: >>>> Hej Peter, >>>> >>>> Does Ruta still not support UIMA arrays in version 2.3? >>>> >>>> Found this post from May this year that says it isn’t supported in version >>>> 2.2.1: >>>> >>>> https://mail-archives.apache.org/mod_mbox/uima-user/201505.mbox/%[email protected]%3E >>>> >>>> <https://mail-archives.apache.org/mod_mbox/uima-user/201505.mbox/%[email protected]%3E> >>>> >>>> Couldn’t find anything about it in the latest Ruta docs either. >>>> >>>> Cheers >>>> Mario >
