Return-Path: Delivered-To: apmail-incubator-uima-user-archive@locus.apache.org Received: (qmail 24772 invoked from network); 21 Nov 2007 11:54:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Nov 2007 11:54:10 -0000 Received: (qmail 41265 invoked by uid 500); 21 Nov 2007 11:53:57 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 41239 invoked by uid 500); 21 Nov 2007 11:53:57 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 41230 invoked by uid 99); 21 Nov 2007 11:53:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 03:53:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [217.109.185.18] (HELO pinea.xerox.fr) (217.109.185.18) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Nov 2007 11:53:45 +0000 Received: from meije.grenoble.xrce.xerox.com (unknown [13.202.220.10]) by pinea.xerox.fr (Postfix) with ESMTP id E299923D629 for ; Wed, 21 Nov 2007 12:53:35 +0100 (CET) Received: from [13.202.220.184] (argentiere.grenoble.xrce.xerox.com [13.202.220.184]) by meije.grenoble.xrce.xerox.com (8.13.8/8.13.8) with ESMTP id lALBrZJa017764 for ; Wed, 21 Nov 2007 12:53:35 +0100 Message-ID: <47441C3F.1090100@xrce.xerox.com> Date: Wed, 21 Nov 2007 12:53:35 +0100 From: Aaron Kaplan User-Agent: Thunderbird 2.0.0.9 (X11/20071031) MIME-Version: 1.0 To: uima-user@incubator.apache.org Subject: Result Specifications in CPE Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org In Section 1.5.5.4 of "UIMA Tutorial and Developers' Guides" I read: The Default Result Specification is always used for all components of a Collection Processing Engine. Why is this? Is it just because nobody's gotten around to putting in a call to setResultSpecification, or is there some fundamental reason that it couldn't be done? What I would like is that when my annotator is instantiated inside a CPE, it can skip generating certain annotations if no other component in the CPE is going to consume them. -Aaron