TranslatorSRI / Babel

Babel creates cliques of equivalent identifiers across many biomedical vocabularies.
MIT License
8 stars 2 forks source link

UMLS-only synonyms file is missing `clique_identifier_count` #258

Open gaurav opened 2 months ago

gaurav commented 2 months ago

Another reason to merge UMLS-only synonym generation into the overall synonym generation so we don't have duplicated code there.

For example:

{
    "curie": "UMLS:C5574502",
    "label": "All inclusive payment for services related to highly coordinated and integrated opioid use disorder (oud) treatment services furnished for the demonstration project",
    "synonyms": [
      "All inclusive payment for services related to highly coordinated and integrated opioid use disorder (oud) treatment services furnished for the demonstration project"
    ],
    "taxa": [],
    "types": [
      "biolink:Activity",
      "biolink:ActivityAndBehavior",
      "biolink:NamedThing",
      "biolink:Entity",
      "biolink:Occurrent",
      "biolink:PhysicalEssenceOrOccurrent"
    ],
    "score": 93.174255,
    "clique_identifier_count": 0
  },