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 51F8A7205 for ; Fri, 2 Sep 2011 17:13:42 +0000 (UTC) Received: (qmail 57222 invoked by uid 500); 2 Sep 2011 17:13:42 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 57137 invoked by uid 500); 2 Sep 2011 17:13: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 57129 invoked by uid 99); 2 Sep 2011 17:13:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 17:13:40 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,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; Fri, 02 Sep 2011 17:13:32 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QzXIi-00016n-0S for user@uima.apache.org; Fri, 02 Sep 2011 19:13:08 +0200 Received: from cache4b.mayo.edu ([129.176.151.29]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Sep 2011 19:13:08 +0200 Received: from vkaggal by cache4b.mayo.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Sep 2011 19:13:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: Vinod Subject: Multiple views and Aggregate Analysis engine... Date: Fri, 2 Sep 2011 17:12:54 +0000 (UTC) Lines: 27 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: 129.176.151.29 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.218 Safari/535.1) Hi, I am having difficulty in accessing document text (set by a collection reader) in a down stream annotator, I would appreciate if you could point me in the right direction. Here is what I have: Collection Reader creates 3 views, V1, V2, and V3 and sets documentText for those views (so default view has not text set). I have an AggregateAE (AAE1) that includes another AggregateAE (AAE2 - MedKAT). In AAE1, I have defined V1, V2, and V3 as output SOFAS and included all downstream annotators including AAE2 in the sofa mapping. The problem: Annotators in AAE2 cannot access document text from V1, V2 or V3 Isn't the fact that I have defined AAE2 under Outputs in Sofa Mappings as "Outputs->V1->AAE2" be enough to have all the annotators in AAE2 have access to the views V1? Any help would be appreciated. Vinod.