From user-return-6628-apmail-uima-user-archive=uima.apache.org@uima.apache.org Thu Aug 27 20:35:38 2015 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 DEB5117443 for ; Thu, 27 Aug 2015 20:35:38 +0000 (UTC) Received: (qmail 26831 invoked by uid 500); 27 Aug 2015 20:35:38 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 26783 invoked by uid 500); 27 Aug 2015 20:35:38 -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 26772 invoked by uid 99); 27 Aug 2015 20:35:38 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2015 20:35:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 989171AAF02 for ; Thu, 27 Aug 2015 20:35:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NNDWzSbRcwqn for ; Thu, 27 Aug 2015 20:35:31 +0000 (UTC) Received: from gateway23.websitewelcome.com (gateway23.websitewelcome.com [192.185.49.104]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id AF2D242B92 for ; Thu, 27 Aug 2015 20:35:30 +0000 (UTC) Received: by gateway23.websitewelcome.com (Postfix, from userid 500) id CA88CF28B594; Thu, 27 Aug 2015 15:35:24 -0500 (CDT) Received: from gator3253.hostgator.com (gator3253.hostgator.com [198.57.247.217]) by gateway23.websitewelcome.com (Postfix) with ESMTP id BACC0F28B532 for ; Thu, 27 Aug 2015 15:35:24 -0500 (CDT) Received: from [129.34.20.19] (port=62316 helo=[9.2.54.184]) by gator3253.hostgator.com with esmtpsa (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1ZV3tM-000FP8-76 for user@uima.apache.org; Thu, 27 Aug 2015 15:35:24 -0500 Subject: Re: Missing user-defined annotations from Aggregate Analysis Engine To: user@uima.apache.org References: From: Marshall Schor X-Enigmail-Draft-Status: N1110 Message-ID: <55DF7491.8080800@schor.com> Date: Thu, 27 Aug 2015 16:35:29 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator3253.hostgator.com X-AntiAbuse: Original Domain - uima.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - schor.com X-BWhitelist: no X-Source-IP: 129.34.20.19 X-Exim-ID: 1ZV3tM-000FP8-76 X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: ([9.2.54.184]) [129.34.20.19]:62316 X-Source-Auth: msa+schor.com X-Email-Count: 2 X-Source-Cap: bWlzY2hvcjttaXNjaG9yO2dhdG9yMzI1My5ob3N0Z2F0b3IuY29t This is just a wild guess... may be way off base. There are multiple ways people look at CAS results; some use the CVD, some use the Document Analyzer. There's a "feature" of the DocumentAnalyzer viewer that surprises many people. It looks at the pipeline's top level (usually aggregate) XML descriptor, and only shows those types that are marked as "outputs". That's the part of the XML descriptor like this: ... ... This is most conveniently manipulated using the Component Descriptor Editor (an Eclipse UIMA plugin). So, if you concluded the annotations weren't there, but were looking at them using the document analyzer approach, and didn't have the outputs configured, that might explain why they're not showing up. Of course, perhaps this has nothing at all to do with your situation :-) . In which case, please post more details, if possible. Cheers. -Marshall On 8/24/2015 6:04 PM, John Shen wrote: > Hi all, > I'm having trouble with developing in Java around a PEAR that I've developed > from LanguageWare which is an aggregate analysis engine that has a > JFSTAnnotator as its last AE. This last AE produces user-defined > annotations with features, as do other stages before it. > > When I run the PEAR in the CVD I can see all annotations that I expect. > However, when I use the ExampleApplication example (as packaged in > uimaj-2.8.1) to run the same PEAR, only the annotations from the > JSFTAnnotator stage do not appear. I've also tried using the RunAE example > which does produce these annotations. > > I feel like I'm missing some configuration parameter that makes the last > produced annotations available. Does anyone have experience in this domain? > > For reference, I'm building against uimaj-2.8.1. > > Thanks in advance, > John > >