You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ctakes.apache.org by Dmitriy Dligach <dm...@childrens.harvard.edu> on 2012/11/23 18:12:14 UTC

new type added

I added a new type to the common type system for storing the document 
label. This should simplify a little writing the code for document 
classification tasks.

The new type is called DocumentClass and it currently has a single 
attribute: label. Please let me know if you don't like the names and I 
can update them.

Dima


RE: new type added

Posted by "Chen, Pei" <Pe...@childrens.harvard.edu>.
Yes.
I think Dima already did.
https://issues.apache.org/jira/browse/CTAKES-102


> -----Original Message-----
> From: Wu, Stephen T., Ph.D. [mailto:Wu.Stephen@mayo.edu]
> Sent: Monday, November 26, 2012 2:36 PM
> To: ctakes-dev@incubator.apache.org
> Subject: Re: new type added
> 
> I updated the astah diagram documentation.
> 
> Should we open retroactive JIRA issues for stuff like this?
> 
> stephen
> 
> 
> On 11/23/12 11:12 AM, "Dmitriy Dligach"
> <dm...@childrens.harvard.edu> wrote:
> 
> > I added a new type to the common type system for storing the document
> > label. This should simplify a little writing the code for document
> > classification tasks.
> >
> > The new type is called DocumentClass and it currently has a single
> > attribute: label. Please let me know if you don't like the names and I
> > can update them.
> >
> > Dima
> >


Re: new type added

Posted by Dmitriy Dligach <dm...@childrens.harvard.edu>.
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)
>


Re: new type added

Posted by "Coarr, Matt" <mc...@mitre.org>.
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)


Re: new type added

Posted by "Coarr, Matt" <mc...@mitre.org>.
There's an Astah macro plug-in for Confluence.  The plug-in appears to be
free and ASL 2.0 licensed.

We should just be able to point a wiki page at the .asta file (not sure if
it can use the .asta file straight from svn or if it needs to be attached
to a wiki page), but it does remove the need to export to image files.

http://astah.net/features/confluence-plugin

Matt


On 2012-11-27 10:27 , "Chen, Pei" <Pe...@childrens.harvard.edu> wrote:

>Thanks Dima!
>svn: 
>incubator/ctakes/trunk/ctakes-type-system/doc/CommonTypeSystem-Full.asta
>
>There is also an jpeg export of it on the asf site (maybe we can just
>have it link to the asta file to make it easier to maintain):
>http://incubator.apache.org/ctakes/user-faqs.html
>
>--Pei
>
>> -----Original Message-----
>> From: Dmitriy Dligach [mailto:dmitriy.dligach@childrens.harvard.edu]
>> Sent: Tuesday, November 27, 2012 10:08 AM
>> To: ctakes-dev@incubator.apache.org
>> Subject: Re: new type added
>> 
>> Stephen, thanks!
>> 
>> Also, could you point me to these astah diagrams? The only ones I know
>>of
>> are on the sharp wiki.
>> 
>> Dima
>> 
>> On 11/26/2012 02:35 PM, Wu, Stephen T., Ph.D. wrote:
>> > I updated the astah diagram documentation.
>> >
>> > Should we open retroactive JIRA issues for stuff like this?
>> >
>> > stephen
>> >
>> >
>> > On 11/23/12 11:12 AM, "Dmitriy Dligach"
>> > <dm...@childrens.harvard.edu> wrote:
>> >
>> >> I added a new type to the common type system for storing the document
>> >> label. This should simplify a little writing the code for document
>> >> classification tasks.
>> >>
>> >> The new type is called DocumentClass and it currently has a single
>> >> attribute: label. Please let me know if you don't like the names and
>> >> I can update them.
>> >>
>> >> Dima
>> >>
>


RE: new type added

Posted by "Chen, Pei" <Pe...@childrens.harvard.edu>.
Thanks Dima!
svn: 
incubator/ctakes/trunk/ctakes-type-system/doc/CommonTypeSystem-Full.asta

There is also an jpeg export of it on the asf site (maybe we can just have it link to the asta file to make it easier to maintain):
http://incubator.apache.org/ctakes/user-faqs.html

--Pei

> -----Original Message-----
> From: Dmitriy Dligach [mailto:dmitriy.dligach@childrens.harvard.edu]
> Sent: Tuesday, November 27, 2012 10:08 AM
> To: ctakes-dev@incubator.apache.org
> Subject: Re: new type added
> 
> Stephen, thanks!
> 
> Also, could you point me to these astah diagrams? The only ones I know of
> are on the sharp wiki.
> 
> Dima
> 
> On 11/26/2012 02:35 PM, Wu, Stephen T., Ph.D. wrote:
> > I updated the astah diagram documentation.
> >
> > Should we open retroactive JIRA issues for stuff like this?
> >
> > stephen
> >
> >
> > On 11/23/12 11:12 AM, "Dmitriy Dligach"
> > <dm...@childrens.harvard.edu> wrote:
> >
> >> I added a new type to the common type system for storing the document
> >> label. This should simplify a little writing the code for document
> >> classification tasks.
> >>
> >> The new type is called DocumentClass and it currently has a single
> >> attribute: label. Please let me know if you don't like the names and
> >> I can update them.
> >>
> >> Dima
> >>


Re: new type added

Posted by Dmitriy Dligach <dm...@childrens.harvard.edu>.
Stephen, thanks!

Also, could you point me to these astah diagrams? The only ones I know 
of are on the sharp wiki.

Dima

On 11/26/2012 02:35 PM, Wu, Stephen T., Ph.D. wrote:
> I updated the astah diagram documentation.
>
> Should we open retroactive JIRA issues for stuff like this?
>
> stephen
>
>
> On 11/23/12 11:12 AM, "Dmitriy Dligach"
> <dm...@childrens.harvard.edu> wrote:
>
>> I added a new type to the common type system for storing the document
>> label. This should simplify a little writing the code for document
>> classification tasks.
>>
>> The new type is called DocumentClass and it currently has a single
>> attribute: label. Please let me know if you don't like the names and I
>> can update them.
>>
>> Dima
>>


Re: new type added

Posted by "Wu, Stephen T., Ph.D." <Wu...@mayo.edu>.
I updated the astah diagram documentation.

Should we open retroactive JIRA issues for stuff like this?

stephen


On 11/23/12 11:12 AM, "Dmitriy Dligach"
<dm...@childrens.harvard.edu> wrote:

> I added a new type to the common type system for storing the document
> label. This should simplify a little writing the code for document
> classification tasks.
> 
> The new type is called DocumentClass and it currently has a single
> attribute: label. Please let me know if you don't like the names and I
> can update them.
> 
> Dima
>