RE: Finding Medical terms given a string through ctakes(UMLS).

2016-10-26 Thread Finan, Sean
@ctakes.apache.org; u...@ctakes.apache.org Subject: Re: Finding Medical terms given a string through ctakes(UMLS). Hi Shyam, As per the output you are getting, *all* the terms are indeed medical terms. For example, shark bite is infact a medical term with a valid UMLS and SNOWMED CT codes. So

Re: Finding Medical terms given a string through ctakes(UMLS).

2016-10-26 Thread Bandeep Singh
Hi Shyam, As per the output you are getting, *all* the terms are indeed medical terms. For example, shark bite is infact a medical term with a valid UMLS and SNOWMED CT codes. So, the output you are getting is correct I am in no way an expert on this, however, The little knowledge i have on

Finding Medical terms given a string through ctakes(UMLS).

2016-10-20 Thread Ks Sunder
Hi All, Please help me on this issue, I have written below code.. package com.shyam.Test; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import org.apache.ctakes.clinicalpipeline.ClinicalPipelineFactory; import

Finding Medical terms given a string through ctakes(UMLS).

2016-10-20 Thread Ks Sunder
Hi All, I have written below code.. package com.shyam.Test; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import org.apache.ctakes.clinicalpipeline.ClinicalPipelineFactory; import org.apache.ctakes.dictionary.lookup.ae.UmlsDictionaryLookupAnnotator; import