Return-Path: X-Original-To: apmail-incubator-ctakes-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ctakes-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 B0121EFB8 for ; Tue, 27 Nov 2012 14:27:21 +0000 (UTC) Received: (qmail 59624 invoked by uid 500); 27 Nov 2012 14:27:21 -0000 Delivered-To: apmail-incubator-ctakes-dev-archive@incubator.apache.org Received: (qmail 59494 invoked by uid 500); 27 Nov 2012 14:27:18 -0000 Mailing-List: contact ctakes-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ctakes-dev@incubator.apache.org Delivered-To: mailing list ctakes-dev@incubator.apache.org Received: (qmail 59351 invoked by uid 99); 27 Nov 2012 14:27:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 14:27:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Dmitriy.Dligach@childrens.harvard.edu designates 134.174.13.92 as permitted sender) Received: from [134.174.13.92] (HELO mailsmtp2.childrenshospital.org) (134.174.13.92) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Nov 2012 14:27:09 +0000 Received: from pps.filterd (mailsmtp2 [127.0.0.1]) by mailsmtp2.childrenshospital.org (8.14.5/8.14.5) with SMTP id qAREND40007296; Tue, 27 Nov 2012 09:26:37 -0500 Received: from smtpndc2.chboston.org (smtpndc2.chboston.org [10.20.50.105]) by mailsmtp2.childrenshospital.org with ESMTP id 18s08t5ss2-1 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 27 Nov 2012 09:26:37 -0500 Received: from pps.filterd (smtpndc2 [127.0.0.1]) by smtpndc2.chboston.org (8.14.5/8.14.5) with SMTP id qAREQ9ZQ031277; Tue, 27 Nov 2012 09:26:36 -0500 Received: from chexhubcas3.chboston.org (internal-ndc-nat-v1260.tch.harvard.edu [10.20.50.4]) by smtpndc2.chboston.org with ESMTP id 18h58msq24-1 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Tue, 27 Nov 2012 09:26:36 -0500 Received: from [10.7.2.200] (10.7.2.200) by email.tch.harvard.edu (10.20.50.91) with Microsoft SMTP Server (TLS) id 14.2.309.2; Tue, 27 Nov 2012 09:26:36 -0500 Message-ID: <50B4CD8E.3000609@childrens.harvard.edu> Date: Tue, 27 Nov 2012 09:26:22 -0500 From: Dmitriy Dligach Organization: Children's Hospital Boston User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: CC: "Coarr, Matt" , CHIP NLP Subject: Re: new type added References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.7.2.200] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8185,1.0.431,0.0.0000 definitions=2012-11-27_05:2012-11-27,2012-11-27,1970-01-01 signatures=0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8185,1.0.431,0.0.0000 definitions=2012-11-27_05:2012-11-27,2012-11-27,1970-01-01 signatures=0 X-Virus-Checked: Checked by ClamAV on apache.org Sure. If there are no objections, I am changing org.apache.ctakes.typesystem.type.structured.DocumentClass to org.apache.ctakes.typesystem.type.structured.DocumentClassification. Dima On 11/26/2012 02:59 PM, Coarr, Matt wrote: > I know it's a minor point, but could we call it DocumentClassification? I > think this would just remove a little ambiguity. ("class" in java > obviously has special meaning.) > > It would also lead to more natural and consistent variable names: > > DocumentClassification classification = ... > > Matt (member of the pro-more-descriptive-identifier party) >