Return-Path: Delivered-To: apmail-uima-user-archive@www.apache.org Received: (qmail 91173 invoked from network); 29 Nov 2010 15:42:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Nov 2010 15:42:22 -0000 Received: (qmail 38296 invoked by uid 500); 29 Nov 2010 15:42:22 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 38188 invoked by uid 500); 29 Nov 2010 15:42:22 -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 38180 invoked by uid 99); 29 Nov 2010 15:42:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 15:42:22 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of twgoetz@gmx.de designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mail.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 29 Nov 2010 15:42:14 +0000 Received: (qmail invoked by alias); 29 Nov 2010 15:41:52 -0000 Received: from deibp9eh1--blueice3n2.emea.ibm.com (EHLO [9.152.14.84]) [195.212.29.180] by mail.gmx.net (mp002) with SMTP; 29 Nov 2010 16:41:52 +0100 X-Authenticated: #25330878 X-Provags-ID: V01U2FsdGVkX19K3lpcn8xKmotVoP8LcOwraF+vRb++u0Ih+naZvj JO+DXPXjWGXP/h Message-ID: <4CF3C9E5.1000908@gmx.de> Date: Mon, 29 Nov 2010 16:42:29 +0100 From: =?ISO-8859-15?Q?Thilo_G=F6tz?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: user@uima.apache.org Subject: Re: type/feature standard name References: <4CF3BC2C.2070202@info.uniroma2.it> In-Reply-To: <4CF3BC2C.2070202@info.uniroma2.it> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 On 11/29/2010 15:43, Andrea Turbati wrote: > Hello, > > is there a standard regarding the name of Types and Features in UIMA? I've > search in the tutorial files, but I've not found a precise reference to this > aspect. I know that Types can have "." in them (as java package), but that's all > I've found > > Thanks > > Andrea Turbati > Usually, the same conventions as in Java are used. UIMA types, like Java types, start with a capital letter. Features, like Java members, start with a lowercase letter. Just as in Java, that's just a convention though. --Thilo