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

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

The Corpus Server assumes that it is deployed to a servlet container. For this 
reason all the initialization code is in CorpusServer.contextInitialized, if 
this code is not executed it is not wired together correctly.

I thought about using OSGi to split it up in multiple bundles. 

The different component implementations should be interchangeable, storage, 
search engine, task queues.
Maybe someone has an existing HBase database and a Solr instance, and wants to 
combine it with the Corpus Server to integrate annotation tooling.

> 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
>         Attachments: OPENNLP-261.patch
>
>
> 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