[ 
https://issues.apache.org/jira/browse/OPENNLP-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13089345#comment-13089345
 ] 

Joern Kottmann commented on OPENNLP-261:
----------------------------------------

Usually I implement an Analysis Engine to read from a data base and pass it a 
CAS with an Id as input. This way it can retrieve the content and place it in a 
new CAS view. And a second one to write back, I am not sure why it would be an 
advantage to put both in one AE, you would still need to configure it in some 
way to indicate if it should read or write.

This approach also works nicely with UIMA-AS because then every worker server 
connects directly to the data base, and there is no bottleneck, if everything 
goes through the ActiveMQ broker it can be challenging to give it enough 
bandwidth.

> Wirte Analysis Engines to read and write CAS from/to the Corpus Server 
> -----------------------------------------------------------------------
>
>                 Key: OPENNLP-261
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-261
>             Project: OpenNLP
>          Issue Type: Task
>          Components: Corpus Server
>            Reporter: Joern Kottmann
>
> We need to write an Analysis Engine to read CASes from the Corpus Server, and 
> one to write analysis results back into the Corpus Server.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to