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(
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
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