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 B888DC5D8 for ; Wed, 11 Jul 2012 12:27:18 +0000 (UTC) Received: (qmail 94964 invoked by uid 500); 11 Jul 2012 12:27:18 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 94415 invoked by uid 500); 11 Jul 2012 12:27:12 -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 94374 invoked by uid 99); 11 Jul 2012 12:27:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 12:27:10 +0000 X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=FSL_RCVD_USER,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 12:27:01 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Sow03-0002Zg-8j for user@uima.apache.org; Wed, 11 Jul 2012 14:26:35 +0200 Received: from 94.162.142.10 ([94.162.142.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2012 14:26:35 +0200 Received: from ms.co.it by 94.162.142.10 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Jul 2012 14:26:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: michelangelo Subject: Re: UIMA and DictionaryAnnotator Date: Wed, 11 Jul 2012 12:26:22 +0000 (UTC) Lines: 25 Message-ID: References: <4FFC6A8A.5060805@schor.com> 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: 94.162.142.10 (Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20100101 Firefox/12.0) Marshall Schor writes: > > This sounds like it might be related to the "feature" in the Document Analyzer > to only show results that are listed in the output section of the capabilities. > > Does your XML descriptor include those? > > See > http://uima.apache.org/d/uimaj-2.4.0/tutorials_and_users_guides.html#ugr.tug.aae.testing_your_annotator > and scroll down to the "Note:" at the bottom of this section. > great! it works. Upon your help, I added org.apache.uima.DictionaryEntry to the AE descriptor. 10x