Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 3786 invoked from network); 24 Jun 2010 12:36:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 12:36:43 -0000 Received: (qmail 23718 invoked by uid 500); 24 Jun 2010 12:36:43 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 23455 invoked by uid 500); 24 Jun 2010 12:36:40 -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 23447 invoked by uid 99); 24 Jun 2010 12:36:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 12:36:39 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=AWL,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of twgoetz@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Jun 2010 12:36:31 +0000 Received: (qmail invoked by alias); 24 Jun 2010 12:36:09 -0000 Received: from deibp9eh1--blueice3n1.emea.ibm.com (EHLO [9.152.14.84]) [195.212.29.179] by mail.gmx.net (mp037) with SMTP; 24 Jun 2010 14:36:09 +0200 X-Authenticated: #25330878 X-Provags-ID: V01U2FsdGVkX193GPUNLHF3lJlQNp5HEYeDhnwxuIg3P+GjZOqnQH kGFnGLHyF/zq/4 Message-ID: <4C23513D.8070604@gmx.de> Date: Thu, 24 Jun 2010 14:36:13 +0200 From: =?ISO-8859-1?Q?Thilo_G=F6tz?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.10) Gecko/20100512 Lightning/1.0b1 Thunderbird/3.0.5 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: pretty print annotations in txt format References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 On 6/24/2010 11:22, Alice Lewnes wrote: > hi, > > just wondering if there's any readily available uima component/ > cas consumer that does the above mentioned task? > for example, given PersonTitleAnnotator and input text > "Mr. Smith loves to play golf.", i want my output to look like > "Mr.Smith loves to play golf." > > any pointer is very much appreciated. http://uima.apache.org/downloads/releaseDocs/2.3.0-incubating/docs/api/org/apache/uima/util/CasToInlineXml.html There's code that is more configurable in the simple server component, but this here may be all that you need. --Thilo > > Alice