RE: sentence number in WordToken

2013-10-02 Thread Chen, Pei
nal Message- > From: Wu, Stephen T., Ph.D. [mailto:wu.step...@mayo.edu] > Sent: Wednesday, October 02, 2013 11:32 AM > To: dev@ctakes.apache.org; samir chabou > Subject: Re: sentence number in WordToken > > Hmm, we should probably have a process to vote up or down type system >

Re: sentence number in WordToken

2013-10-02 Thread Wu, Stephen T., Ph.D.
d point, >I did it also with selectCovering but as Richard mention I'll changed to >indexCovering since it's faster. >Samir > > > > > > From: "Chen, Pei" >To: "dev@ctakes.apache.org" ; samir chabou > >Sent:

Re: sentence number in WordToken

2013-09-30 Thread samir chabou
t: Monday, September 30, 2013 12:10:45 PM Subject: RE: sentence number in WordToken Samir, I think Richard has a good point here.  What is the use to require adding sentenceNumber() to BaseToken in the TypeSystem? If it's only temporary, It may be a good idea to do it programmatically wi

RE: sentence number in WordToken

2013-09-30 Thread Chen, Pei
2013 11:59 AM > To: dev@ctakes.apache.org; samir chabou > Subject: Re: sentence number in WordToken > > Hi, > > if you do many selectCovering calls, you may be faster using indexCovering > once and then using the lookup index it produces. > > IMHO type systems should n

Re: sentence number in WordToken

2013-09-30 Thread Richard Eckart de Castilho
Hi, if you do many selectCovering calls, you may be faster using indexCovering once and then using the lookup index it produces. IMHO type systems should not contain information that can easily be calculated at runtime (e.g. sentence number, token number, etc.). Mind, I have no say here ;) Just

sentence number in WordToken

2013-09-30 Thread samir chabou
Hi Pei, I though this may be have some use …   Because I need to know if two or more words tokens belong to the same sentence; and since WordToken does not define the feature sentence number. I added it to the TypeSystem. These are the steps:   1)  I added the sentence number features for the