Return-Path: X-Original-To: apmail-incubator-opennlp-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-opennlp-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8D1A067A9 for ; Tue, 12 Jul 2011 15:10:27 +0000 (UTC) Received: (qmail 37496 invoked by uid 500); 12 Jul 2011 15:10:27 -0000 Delivered-To: apmail-incubator-opennlp-dev-archive@incubator.apache.org Received: (qmail 37443 invoked by uid 500); 12 Jul 2011 15:10:27 -0000 Mailing-List: contact opennlp-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: opennlp-dev@incubator.apache.org Delivered-To: mailing list opennlp-dev@incubator.apache.org Received: (qmail 37435 invoked by uid 99); 12 Jul 2011 15:10:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 15:10:26 +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 kottmann@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bw0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2011 15:10:17 +0000 Received: by bwf5 with SMTP id 5so650320bwf.6 for ; Tue, 12 Jul 2011 08:09:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=y/XDUyhhrIFzZvUWHMfuDj+UoQVo7m8uJh5J4FinesM=; b=Sy4TuROSOwflS2nVzo8wJ56np4cBfleGq80RMu2Eu4c0ijQ2wqA8F3/7WMJqqL5sW4 X3xXv3afZ50lCS3XbSjNrG//mI70TaMAFQbuEO45cqg8gv4rKO+u0v1A8mZAWO5hDSQk +RakCIy5xaVdm9g7QhZXI7/wGBM9D+A8jZ/OE= Received: by 10.204.49.70 with SMTP id u6mr32645bkf.82.1310483397443; Tue, 12 Jul 2011 08:09:57 -0700 (PDT) Received: from cphana04.infopaq.net (dkcphfw01.infopaq.dk [213.150.59.2]) by mx.google.com with ESMTPS id c13sm10303500bkc.2.2011.07.12.08.09.55 (version=SSLv3 cipher=OTHER); Tue, 12 Jul 2011 08:09:56 -0700 (PDT) Message-ID: <4E1C63C1.3030200@gmail.com> Date: Tue, 12 Jul 2011 17:09:53 +0200 From: =?ISO-8859-1?Q?J=F6rn_Kottmann?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: opennlp-dev@incubator.apache.org Subject: Re: svn commit: r1145578 - in /incubator/opennlp/trunk/opennlp-tools/src/main/java/opennlp/tools/cmdline: BasicEvaluationParameters.java sentdetect/SentenceDetectorEvaluatorTool.java tokenizer/TokenizerMEEvaluatorTool.java References: <20110712131133.2DE8D2388894@eris.apache.org> <4E1C4D7D.9010800@gmail.com> <4E1C525E.50006@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org On 7/12/11 4:49 PM, william.colen@gmail.com wrote: > Will we need to do some special handling in ArgumentParser for that? Maybe > setting a constant "DEFAULT_CHARSET" and handle it at ArgumentParse.Parse ? +1 in the charset parsing code we can simply have an if and return the default one. J�rn