Hi Uima Users,

Here my small setup:

Client  <--> ActiveMQ <--> UIMA-AS [ CasMultiplier -> AE -> AE -> AE ]

Is it possible to send a cas to UIMA-AS and add extra feature to the
received cas before sending the cas back to the client? Notice the
receiving engine is a CAS Multiplier. As I understand it, the received cas
is not send through the "flow" if the multipier creates a new CAS (which
mine does). How can I create a new cas in the multiplier and when flow have
completed, add features to the original cas before sending it back? Is this
possible? Or is the original cas sent back as soon as the new cas is
generated? (this is also a little unclear to me).

Otherwise I guess I have to send the original cas thru the flow, but since
the last AE persist the generated features/annotations I do not need (want)
them to be sent back to the client. And deleting all features except a few
I like to be sent back, seems a little awkward and costly.

Any suggestions?

brgds,

Peter

Reply via email to