Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D18D02E84 for ; Sat, 23 Apr 2011 21:33:57 +0000 (UTC) Received: (qmail 32724 invoked by uid 500); 23 Apr 2011 21:33:57 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 32687 invoked by uid 500); 23 Apr 2011 21:33:57 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 32679 invoked by uid 99); 23 Apr 2011 21:33:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2011 21:33:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eaepstein@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-ww0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Apr 2011 21:33:52 +0000 Received: by wwb39 with SMTP id 39so1199866wwb.30 for ; Sat, 23 Apr 2011 14:33:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=B+Lfm8pG9pcyrcIw1f8RKZPXrgU0ULtReHTk/Gd2Jag=; b=qm/UfoCOvCL27sjn+uKbr/DsEp8Im3IIsMBil7xPTA3G21E83b3SBgCpgM4zTe83Pt W/ZLgTZSeLhH/NsG4g0gH2D/a/nB8Nj/RtVHRay2+TaOqza6CGc2zhJtO7OuuMvs0Qxm Va0eiYrR6yPRHuO6ImPGIT8GLKAWean5parf0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=fOknsZlee0y91M7o1xiMwxoJp7EsZSNQzxntzcUoJGQWZwe0nRWhv6pysyDkbXhlXn enBx24sCJIQvxiY3flqSrWY2md3NLI6w9rjBnUsPHpG0I4bhopV3UizTkrs7DCHRqFNa yobO62PRIE3hZ/05rZgTlLPBv2lXBybe4Ogp4= MIME-Version: 1.0 Received: by 10.216.197.168 with SMTP id t40mr868240wen.55.1303594411015; Sat, 23 Apr 2011 14:33:31 -0700 (PDT) Received: by 10.216.85.8 with HTTP; Sat, 23 Apr 2011 14:33:30 -0700 (PDT) In-Reply-To: <8D3911083B5B6147B25B4BBEC220C23B02D617A7E1@EXCHMB1.mfldclin.org> References: <8D3911083B5B6147B25B4BBEC220C23B02D617A7E1@EXCHMB1.mfldclin.org> Date: Sat, 23 Apr 2011 17:33:30 -0400 Message-ID: Subject: Re: Simple Server Configuration From: Eddie Epstein To: user@uima.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 wrote: > Hello, > > I am brand new to UIMA, and trying to piece together an analysis engine t= hat was given to me into a REST service using the UIMA SimpleServer code. = =A0I have the servlet up and running, however it will only return my word t= okens - 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 ev= en accommodate this? > > Thanks, > Matt > > ______________________________________________________________________ > The contents of this message may contain private, protected and/or privil= eged information. =A0If you received this message in error, you should dest= roy the e-mail message and any attachments or copies, and you are prohibite= d from retaining, distributing, disclosing or using any information contain= ed within. =A0Please contact the sender and advise of the erroneous deliver= y by return e-mail or telephone. =A0Thank you for your cooperation. >