On Wed, Oct 10, 2012 at 10:30 AM, Timo Boehme <[email protected]> wrote: > This is exactly the solution I was thinking about. However I haven't used > UIMA-AS so far since we do not split processing over multiple machines but > use a multi-core server. Thus I don't want to set up a resource consuming > service infrastructure with slow socket communication but would like to run > it in the same Java VM. > Now it's not clear to me if this is nevertheless possible with UIMA-AS ("... > in the same process")?
The second alternative described earlier would run the two annotators in parallel in the same process. Again, the idea is to use a Cas multiplier to make a copy of the CAS and then use a flow controller to send the two CASes in parallel to the two annotators. Eddie
