Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 72760 invoked from network); 8 Jun 2010 11:24:00 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Jun 2010 11:24:00 -0000 Received: (qmail 3945 invoked by uid 500); 8 Jun 2010 11:24:00 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 3704 invoked by uid 500); 8 Jun 2010 11:23:57 -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 3696 invoked by uid 99); 8 Jun 2010 11:23:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jun 2010 11:23:56 +0000 X-ASF-Spam-Status: No, hits=-0.2 required=10.0 tests=AWL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msa@schor.com designates 67.18.71.7 as permitted sender) Received: from [67.18.71.7] (HELO gateway11.websitewelcome.com) (67.18.71.7) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 08 Jun 2010 11:23:48 +0000 Received: (qmail 30165 invoked from network); 8 Jun 2010 11:29:32 -0000 Received: from gator74.hostgator.com (67.18.27.130) by gateway11.websitewelcome.com with SMTP; 8 Jun 2010 11:29:32 -0000 Received: from ool-44c6c63b.dyn.optonline.net ([68.198.198.59]:6284 helo=[192.168.1.102]) by gator74.hostgator.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1OLwty-00027U-Fn for user@uima.apache.org; Tue, 08 Jun 2010 06:23:26 -0500 Message-ID: <4C0E2834.1030805@schor.com> Date: Tue, 08 Jun 2010 07:23:32 -0400 From: Marshall Schor User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: need help with DictionaryAnnotator References: <4C091B81.3040109@schor.com> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator74.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 Hi Eriko, Could you please say more about the failures you are seeing? That is, * why is it "not possible" to modify org.apache.uima.DitionaryEntry? * why defining a new type "doesn't seem to work"? Both of these modifications to the Dictionary Annotator should work. But I can't tell what's going wrong for you, from your note. -Marshall On 6/8/2010 3:08 AM, eriko wrote: > hello, > > one more question here. > > I'd like to modify the DictionaryAnnotator such that the annotations can > hold the dictionary/group/context > info in which the words (in a particular dictionary) can be found. > it seems like either i need to modify the org.apache.uima.DictionaryEntry > to hold that piece of information(which is not possible) or i have to define > a new DictionaryEntry type myself. I'm trying the > latter way but it doesn't seem to work. any tips would be very much appreciated. > > Regards, > eriko > > > > >