You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by "Giuliani, Matthew L" <gi...@marshfieldclinic.org> on 2011/04/23 20:50:49 UTC

Simple Server Configuration

Hello,

I am brand new to UIMA, and trying to piece together an analysis engine that was given to me into a REST service using the UIMA SimpleServer code.  I have the servlet up and running, however it will only return my word tokens - it doesn't seem to want to return the analyzed data (I believe the CAS is what I am looking for).

If I run the same analysis engine using the CAS Visual Debugger, it spits out what I am looking for, which is a collection of NamedEntitites.

Does anyone know what I may be doing wrong, or if the SimpleServer can even accommodate this?

Thanks,
Matt

______________________________________________________________________
The contents of this message may contain private, protected and/or privileged information.  If you received this message in error, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained within.  Please contact the sender and advise of the erroneous delivery by return e-mail or telephone.  Thank you for your cooperation.

Re: Simple Server Configuration

Posted by Eddie Epstein <ea...@gmail.com>.
The simple server is designed as a CAS-less interface to analytics.
The advantage of this simple REST interface is that no UIMA jars are
required by the REST client. Getting more detailed results would
require customizing the REST interface of the SimpleServer.

An alternative would be using a different service interface such as
JMS, used by UIMA-AS services. The choice would be determined by the
intended client. UIMA-AS services are good for closed environments
where the client code can easily integrate UIMA jars and a JMS
infrastructure is appropriate.

Eddie

On Sat, Apr 23, 2011 at 2:50 PM, Giuliani, Matthew L
<gi...@marshfieldclinic.org> wrote:
> Hello,
>
> I am brand new to UIMA, and trying to piece together an analysis engine that was given to me into a REST service using the UIMA SimpleServer code.  I have the servlet up and running, however it will only return my word tokens - it doesn't seem to want to return the analyzed data (I believe the CAS is what I am looking for).
>
> If I run the same analysis engine using the CAS Visual Debugger, it spits out what I am looking for, which is a collection of NamedEntitites.
>
> Does anyone know what I may be doing wrong, or if the SimpleServer can even accommodate this?
>
> Thanks,
> Matt
>
> ______________________________________________________________________
> The contents of this message may contain private, protected and/or privileged information.  If you received this message in error, you should destroy the e-mail message and any attachments or copies, and you are prohibited from retaining, distributing, disclosing or using any information contained within.  Please contact the sender and advise of the erroneous delivery by return e-mail or telephone.  Thank you for your cooperation.
>