Forking this so that we can associate tasks with the relevant repo. The ownership of this project belongs to all team members, and not to HIGG. HIGG is only sponsoring to facilitate project management.
term_to_cui.json: to look up jargon terms and return a concept ID
cui_to_def.json: to look up definitions for a given concept ID
This version uses UMLS data only and includes concepts from only 31 of the 127 semantic groupings. The term set has been further cleaned to remove terms containing certain punctuation (, ; @). Any term longer than 5 tokens, split on whitespace, was also removed.
Still contains terms in term_to_cui.json that don't have corresponding definitions in cui_to_def.json. 211,595 terms are defined, corresponding to 48,143 concepts, each with a single definition set in cui_to_def.json.
Added:
term_to_cui.json
: to look up jargon terms and return a concept IDcui_to_def.json
: to look up definitions for a given concept IDThis version uses UMLS data only and includes concepts from only 31 of the 127 semantic groupings. The term set has been further cleaned to remove terms containing certain punctuation (, ; @). Any term longer than 5 tokens, split on whitespace, was also removed.
Still contains terms in
term_to_cui.json
that don't have corresponding definitions incui_to_def.json
. 211,595 terms are defined, corresponding to 48,143 concepts, each with a single definition set incui_to_def.json
.