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
|