Re: BagOfCuisGenerator.java, same idea for getConceptText()

2015-02-17 Thread Maite Meseure Hugues
014 to get Snomed codes. > > Sean > > -Original Message- > From: Maite Meseure Hugues [mailto:meseure.ma...@gmail.com] > Sent: Monday, February 16, 2015 12:19 PM > To: dev@ctakes.apache.org > Subject: Re: BagOfCuisGenerator.java, same idea for getConceptText() > &

RE: BagOfCuisGenerator.java, same idea for getConceptText()

2015-02-17 Thread Finan, Sean
e.org Subject: Re: BagOfCuisGenerator.java, same idea for getConceptText() Sean, I have a question, is it because I am using fast dictionary I don't get snomed-oid or snomed-code? Instead, it's " snomed_oid: null#CTAKES". Thank you. Maite On Fri, Feb 13, 2015 at 1:32

Re: BagOfCuisGenerator.java, same idea for getConceptText()

2015-02-16 Thread Maite Meseure Hugues
> From: Maite Meseure Hugues [mailto:meseure.ma...@gmail.com] >> Sent: Thursday, February 12, 2015 2:46 PM >> To: dev@ctakes.apache.org >> Subject: BagOfCuisGenerator.java, same idea for getConceptText() >> >> Hi everyone, >> >> I am currently work

Re: BagOfCuisGenerator.java, same idea for getConceptText()

2015-02-13 Thread Maite Meseure Hugues
ail.com] > Sent: Thursday, February 12, 2015 2:46 PM > To: dev@ctakes.apache.org > Subject: BagOfCuisGenerator.java, same idea for getConceptText() > > Hi everyone, > > I am currently working on BagOfCuisGenerator, and I would like to add the > concept text to the output. >

RE: BagOfCuisGenerator.java, same idea for getConceptText()

2015-02-12 Thread Finan, Sean
[mailto:meseure.ma...@gmail.com] Sent: Thursday, February 12, 2015 2:46 PM To: dev@ctakes.apache.org Subject: BagOfCuisGenerator.java, same idea for getConceptText() Hi everyone, I am currently working on BagOfCuisGenerator, and I would like to add the concept text to the output. I 've seen

RE: BagOfCuisGenerator.java, same idea for getConceptText()

2015-02-12 Thread Finan, Sean
} try { _writer.write( text ); _writer.newLine(); } catch ( IOException ioE ) { logger.error( ioE.getMessage() ); } } -Original Message- From: Maite Meseure Hugues [mailto:meseure.ma...@gmail.com] Sent: Thursday, February 12, 2015 2:46 PM To: dev@cta

BagOfCuisGenerator.java, same idea for getConceptText()

2015-02-12 Thread Maite Meseure Hugues
Hi everyone, I am currently working on BagOfCuisGenerator, and I would like to add the concept text to the output. I 've seen some discussions about getting the original text and UMLS preferred text in addition to the cui. Can someone give me pointers to do that? Thanks in advance for your time.