Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 72315 invoked from network); 11 Aug 2009 17:12:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Aug 2009 17:12:21 -0000 Received: (qmail 28445 invoked by uid 500); 11 Aug 2009 17:12:27 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 28358 invoked by uid 500); 11 Aug 2009 17:12:27 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 28129 invoked by uid 99); 11 Aug 2009 17:12:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 17:12:27 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eaepstein@gmail.com designates 209.85.219.212 as permitted sender) Received: from [209.85.219.212] (HELO mail-ew0-f212.google.com) (209.85.219.212) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 17:12:19 +0000 Received: by ewy8 with SMTP id 8so3244488ewy.12 for ; Tue, 11 Aug 2009 10:11:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=QXi9vzzm+Q2zguhZVRp+uxHJ4SG2bmEaKrjjF75sQP0=; b=aacxmiBqq2RCNe1W0X4L7BaJ0gojS5UyN7eVMho6jDX6qByGKbbyK9Pbs2sLP5+qGb DxFDrbUK7GRBUdA7hUSXESQ3VMAatm1th5BpYYo92bOw9VJlyxrokWcensWiIoC803mR 8VuGSqm9oOcrMpc0/WJjq8pHEdtQYjcQV0UIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=gVnsLRyfQH3+A+2VruH/Q4HZz/MlE5dEz5jHeXKFiaZPX18rBpxm0TJpL6VB/88mzx UVPYkrOnUNGC93uPBzaLtgrYIVeFrQzBmNAv5cn+IIWgQU1iCUns/jGxfcri/B2ZcDkn 3icfuZrC/dsNwpoSXQ6H812sahKOnnjCK1/xA= MIME-Version: 1.0 Received: by 10.216.86.144 with SMTP id w16mr1311242wee.59.1250010717651; Tue, 11 Aug 2009 10:11:57 -0700 (PDT) In-Reply-To: References: Date: Tue, 11 Aug 2009 13:11:57 -0400 Message-ID: Subject: Re: Are CasConsumers deprecated by AnalysisEngines? From: Eddie Epstein To: uima-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org > Interesting. How do you replace a CollectionReader with an > AnalysisEngine? Is there a way for an AnalysisEngine to create a new > CAS for the pipeline? Cas Multipliers are a type of Analysis Engine that produce new CASes. To support them, an additional AE method, processAndOutputNewCASes(CAS acas), was added. The CPE does not support processAndOutputNewCASes. More is at http://incubator.apache.org/uima/downloads/releaseDocs/2.2.2-incubating/docs/html/tutorials_and_users_guides/tutorials_and_users_guides.html#ugr.tug.cm Eddie