Re: Changing the original text based on annotations

2013-05-20 Thread Richard Eckart de Castilho
Hi, UIMA doesn't allow text to be changed, but you can create a new view with new text. When I needed that, I implemented a set of annotations to mark text as to be inserted/deleted/changed, e.g. based on the results of a spell checker. Then I run an annotator which interpreted all these

Re: Changing the original text based on annotations

2013-05-20 Thread Peter Klügl
Hi, UIMA Ruta (originally released as UIMA TextMarker) provides functionality for modifications in the document (in a new view) and for transforming the offsets of the annotations when the document is changed. However, both are not yet linked. There is a short introduction in modification

Aggregate Delegates and Remote Services

2013-05-20 Thread GATE User
I've created two primative AEs and tested them locally on my machine.  I then created a aggregate AE that calls each of the primitive AEs.  The aggregate AE was created using the Component Descriptor Editor plugin for eclipse and things went smoothly until I got to adding the Aggregate

Re: Changing the original text based on annotations

2013-05-20 Thread GATE User
Thanks Richard and Peter: What I want to be able to do is, when the xml is returned, a program should then be able to find the corrected message and use that for future operations.  Will using views allow this?  Is it simply easier to just make a new CAS?  Thanks again.

Re: Aggregate Delegates and Remote Services

2013-05-20 Thread Eddie Epstein
The CDE does not support adding the JMS service descriptor as a remote, only by editing the source directly. An example JMS service descriptor is at http://uima.apache.org/d/uima-as-2.4.0/uima_async_scaleout.html#ugr.async.ov.concepts.jms_descriptor . The aggregate could then be deployed with