Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7FA0D10EE9 for ; Fri, 6 Dec 2013 20:49:26 +0000 (UTC) Received: (qmail 98949 invoked by uid 500); 6 Dec 2013 20:49:26 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 98917 invoked by uid 500); 6 Dec 2013 20:49:26 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 98910 invoked by uid 99); 6 Dec 2013 20:49:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 20:49:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 20:49:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 60B70238888F; Fri, 6 Dec 2013 20:49:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1548720 - /ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy Date: Fri, 06 Dec 2013 20:49:05 -0000 To: commits@ctakes.apache.org From: james-masanz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131206204905.60B70238888F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: james-masanz Date: Fri Dec 6 20:49:04 2013 New Revision: 1548720 URL: http://svn.apache.org/r1548720 Log: CTAKES-276 add comment about CTAKES-191 Modified: ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy Modified: ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy?rev=1548720&r1=1548719&r2=1548720&view=diff ============================================================================== --- ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy (original) +++ ctakes/trunk/ctakes-constituency-parser/scripts/groovy/parser.groovy Fri Dec 6 20:49:04 2013 @@ -9,6 +9,9 @@ ** where inputDir contains the files to be parsed. ** Or enable more verbose status $groovy -Dgroovy.grape.report.downloads=true parser.groovy [inputDir] **/ + +// The @GrabResolver opennlp.sf.net is needed temporarily, until we use OpenNLP 1.5.3 or later. See CTAKES-276. +// It should be removed once CTAKES-191 "Update Apache OpenNLP dependency to 1.5.3" is implemented. @GrabResolver(name='opennlp.sf.net', root='http://opennlp.sourceforge.net/maven2')