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 633B111D62 for ; Thu, 12 Jun 2014 15:55:32 +0000 (UTC) Received: (qmail 7471 invoked by uid 500); 12 Jun 2014 15:55:32 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 7428 invoked by uid 500); 12 Jun 2014 15:55:32 -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 7418 invoked by uid 99); 12 Jun 2014 15:55:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2014 15:55:32 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [132.187.3.35] (HELO mailrelay.rz.uni-wuerzburg.de) (132.187.3.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2014 15:55:27 +0000 Received: from virusscan-slb.rz.uni-wuerzburg.de (localhost [127.0.0.1]) by mailrelay-slb.rz.uni-wuerzburg.de (Postfix) with ESMTP id 8A113746D8 for ; Thu, 12 Jun 2014 17:55:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan-slb.rz.uni-wuerzburg.de (Postfix) with ESMTP id 875A47B3BA for ; Thu, 12 Jun 2014 17:55:05 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-wuerzburg.de Received: from mailmaster.uni-wuerzburg.de ([10.101.19.2]) by localhost (vmail001.slb.uni-wuerzburg.de [10.101.19.141]) (amavisd-new, port 10225) with ESMTP id XQ65SnZqEASq for ; Thu, 12 Jun 2014 17:55:05 +0200 (CEST) Received: from [132.187.15.93] (win6093.informatik.uni-wuerzburg.de [132.187.15.93]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTPSA id 68CE076979 for ; Thu, 12 Jun 2014 17:55:05 +0200 (CEST) Message-ID: <5399CD59.9010403@uni-wuerzburg.de> Date: Thu, 12 Jun 2014 17:55:05 +0200 From: =?ISO-8859-1?Q?Peter_Kl=FCgl?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: Restricting a aggregate engine to a substring or mention References: <6F780E84-2D54-4462-A406-E18BE2D0E6C7@apache.org> In-Reply-To: <6F780E84-2D54-4462-A406-E18BE2D0E6C7@apache.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Am 12.06.2014 17:39, schrieb Richard Eckart de Castilho: > Hi Armin, > > the only generic approach that I am aware of would be a CasMultiplier. > > Different component collections may offer alternative solutions > in general or in specific components. > > I believe Ruta has the concept of limiting rules to certain context > annotation types, but I do not know if that also works when external > AEs are invoked. yes, there is something like that, the CALL action. However, I haven't used in a long time (years) and you need to know what you are doing. The action creates a CAS dependent on the filtering setting. So, normally, with the default settings, the AE ends up with a document without whitespaces... I would not recommend using this functionality if you are not using Ruta anyway. Best, Peter > Cheers, > > -- Richard > > On 12.06.2014, at 12:00, Dr. Armin Wegner wrote: > >> Hello! >> >> Is there an UIMA component which restricts an aggregated analysis >> engine to a substring of the document text or to mentions of a given >> annotation type? That is, is there a UIMA aquivalent to GATE's Segment >> Processing PR? >> >> Thanks, >> Armin