Georgetown-IR-Lab / QuickUMLS

System for Medical Concept Extraction and Linking
MIT License
369 stars 95 forks source link

fix import error: cannot import name 'MEDSPACY_DEFAULT_SPAN_GROUP_NAME' #93

Closed ivcvy closed 10 months ago

ivcvy commented 10 months ago

Bug: Concurrent installation of medspacy and quickumls results in: ImportError: cannot import name 'MEDSPACY_DEFAULT_SPAN_GROUP_NAME' from 'quickumls.constants' when trying to run the first cell of 11a quickumls medspacy notebook. Comparison with medspacy installation without quickumls installation revealed additional line on constants.py.

Fix: add MEDSPACY_DEFAULT_SPAN_GROUP_NAME in constants.py

soldni commented 10 months ago

Thanks!