From user-return-3473-apmail-uima-user-archive=uima.apache.org@uima.apache.org Sun Feb 27 13:40:42 2011 Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 77161 invoked from network); 27 Feb 2011 13:40:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Feb 2011 13:40:42 -0000 Received: (qmail 87219 invoked by uid 500); 27 Feb 2011 13:40:42 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 86924 invoked by uid 500); 27 Feb 2011 13:40:39 -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 86916 invoked by uid 99); 27 Feb 2011 13:40:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 13:40:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of eaepstein@gmail.com designates 209.85.160.175 as permitted sender) Received: from [209.85.160.175] (HELO mail-gy0-f175.google.com) (209.85.160.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Feb 2011 13:40:31 +0000 Received: by gyg13 with SMTP id 13so1234524gyg.6 for ; Sun, 27 Feb 2011 05:40:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=16RbvP2Z5UilSJ+UqWMBIwnlttSwg1+ai89Spts/C9s=; b=sLqEG1JgubY+o2lrOZJoWMTDzkf8iEOIN2frAa/xVVEASYlAvOQQhIRxM38UZejWeN UeUQ14/+2u18SmYHMs+qMjNvVurGCalhmRRTwefvlLuQRqYJh5BRUdspvI5gLjs0cBY8 qtO69hZb5YXlHJuALA9U/GBX+aMW4b6VBlVVg= 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; b=PYUsLKDNYAMcvPUxs7QlotRi1iVexIkG+qyMlwb7V8ia8MnRM1yzu6+4yqCWWTDQlY ERxadsJhm5I8jK6UHsT5AjwdZmMxcOURLjKZH4tURxL4KiqhbJSE1JqgqLGZ5LMw0pX1 buKXNj+SuZCyXDHx/Cw0qFNLEZIEIyoJ3o9k0= MIME-Version: 1.0 Received: by 10.147.63.17 with SMTP id q17mr4691047yak.11.1298814010647; Sun, 27 Feb 2011 05:40:10 -0800 (PST) Received: by 10.146.83.17 with HTTP; Sun, 27 Feb 2011 05:40:10 -0800 (PST) In-Reply-To: References: Date: Sun, 27 Feb 2011 08:40:10 -0500 Message-ID: Subject: Re: Watson powered by UIMA From: Eddie Epstein To: user@uima.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org wrote: > > Which Prolog implementation did you use? > > I tried SWI-Prolog with the JPL package > (http://www.swi-prolog.org/packages/jpl/java_api/index.html) a while ago > within an UIMA pipeline. It worked fine with a small number of documents, > but it did not scale and would throw an exception when the number of > documents was in the hundreds. What kind of exception? Is the exception related to particular documents? Is there a memory leak? Not sure what "scale" refers to here. Eddie