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

2016-10-26 Thread Finan, Sean
Hi Shyam, Instead of getting all Identified annotations: JCasUtil.select( jcas, IdentifiedAnnotation.class ) You can get desired subclasses: JCasUtil.select( jcas, AnatomicalSiteMention.class ) JCasUtil.select( jcas, DiseaseDisorderMention.class ) JCasUtil.select(

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 thi

cTakes PropertTextWriter Output to JSON format

2016-10-26 Thread Bandeep Singh
Hi All, Is there a way to write the output of PropertTextWriter to JSON format wihile keeping the hierarchies of the PropertTextWriter output Thanks, Bandeep