Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 49160 invoked from network); 24 Jun 2010 09:22:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Jun 2010 09:22:59 -0000 Received: (qmail 43832 invoked by uid 500); 24 Jun 2010 09:22:59 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 43813 invoked by uid 500); 24 Jun 2010 09:22:56 -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 43805 invoked by uid 99); 24 Jun 2010 09:22:55 -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 09:22:55 +0000 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=FORGED_HOTMAIL_RCVD2,FREEMAIL_FROM,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jun 2010 09:22:47 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ORidc-0002oJ-Ho for user@uima.apache.org; Thu, 24 Jun 2010 11:22:24 +0200 Received: from 220.255.7.242 ([220.255.7.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jun 2010 11:22:24 +0200 Received: from eni_laaa by 220.255.7.242 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Jun 2010 11:22:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: Alice Lewnes Subject: pretty print annotations in txt format Date: Thu, 24 Jun 2010 09:22:16 +0000 (UTC) Lines: 11 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 220.255.7.242 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.55 Safari/533.4) 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. Alice