Return-Path: X-Original-To: apmail-opennlp-dev-archive@www.apache.org Delivered-To: apmail-opennlp-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 45A27172EF for ; Wed, 28 Jan 2015 18:18:20 +0000 (UTC) Received: (qmail 82781 invoked by uid 500); 28 Jan 2015 18:18:20 -0000 Delivered-To: apmail-opennlp-dev-archive@opennlp.apache.org Received: (qmail 82734 invoked by uid 500); 28 Jan 2015 18:18:20 -0000 Mailing-List: contact dev-help@opennlp.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@opennlp.apache.org Delivered-To: mailing list dev@opennlp.apache.org Received: (qmail 82722 invoked by uid 99); 28 Jan 2015 18:18:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 18:18:19 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kottmann@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-we0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 18:17:53 +0000 Received: by mail-we0-f172.google.com with SMTP id q59so22377599wes.3 for ; Wed, 28 Jan 2015 10:15:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:date:in-reply-to:references:content-type :mime-version:content-transfer-encoding; bh=/bOnZ9mLXUSaxS6sAV/k7OCfRg3AvTQ/WV0/QAsjPis=; b=NxT12+VAXTi+CfzyUklgf2iCPE/kjtg2eXvDFuZO0B+Q7zMasibU1Rc7jff6w5QvJ6 W0j8QQGFeMxLYDAFPkwmR1JjAWjU9nBcqQ+neFQE4l+bwzw+JaGK5rEI2aLbKmqCgW26 XuWdfOQfO9Zg+gSGKIzaoQOWyQTZRw3NoGq5RRxfibPyJsjby7IhETSg3yX7g0gEVCwQ hOmbza8R2AytB0LtXdRHnPiLhkXbjYlp4I0YoXcbUY9P9sGF+a1isaLsYIbCTWVTtCcl 3HC/mn7+kFHuM9tuHOYz4NkkMsy/khlNB0W3ANigqphTBVVNUe05jIZvckLmyIUyakmI dqwg== X-Received: by 10.180.97.195 with SMTP id ec3mr9637057wib.79.1422468936904; Wed, 28 Jan 2015 10:15:36 -0800 (PST) Received: from localhost.localdomain (dsl-212-233-37-118.internet.lu. [212.233.37.118]) by mx.google.com with ESMTPSA id bo3sm7118744wjb.44.2015.01.28.10.15.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Jan 2015 10:15:35 -0800 (PST) Message-ID: <1422468934.2273.7.camel@gmail.com> Subject: Re: OpenNLP 1.6.0 RC 2 ready for testing From: Joern Kottmann To: dev@opennlp.apache.org Date: Wed, 28 Jan 2015 19:15:34 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9 (3.12.9-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org The training and tagging test for the parser showed that it behaves differently than the 1.5.3 version. Does anybody know which changes causes that? Otherwise I will start bisecting. Jörn On Thu, 2015-01-22 at 17:55 -0200, William Colen wrote: > Hi all, > > Our second release candidate is ready for testing. RC 1 failed to pass the > initial tests. > > The RC 2 can be downloaded from here: > http://people.apache.org/~colen/releases/opennlp-1.6.0/rc2/ > > To use it in a maven build set the version for opennlp-tools or > opennlp-uima to 1.6.0 and add the following URL to your settings.xml file: > https://repository.apache.org/content/repositories/orgapacheopennlp-1001 > > The current test plan can be found here: > https://cwiki.apache.org/confluence/display/OPENNLP/TestPlan1.6.0 > > Please sign up for tasks in the test plan. > > The release plan can be found here: > https://cwiki.apache.org/confluence/display/OPENNLP/ReleasePlanAndTasks1.6.0 > > The RC contains quite some changes, please refer to the contained issue > list for details. > > Thank you, > William