Driver for populating a Lucene Index with assertion cue phrases, so that the
tokenization of the dictionary entries matches the tokenization that will be
done to clinical text during pipeline processing.
Implementation that takes UMLS dictionary lookup hits and stores as NamedEntity
objects only the ones that have a SNOMED synonym, by looking in a database
for SNOMED codes that map to the identified CUI.
Implementation that takes UMLS dictionary lookup hits and stores as NamedEntity
objects only the ones that have a SNOMED synonym, by looking in a lucene index
for SNOMED codes that map to the identified CUI.