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()
>
&
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
> 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
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.
>
[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
}
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
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.