Georgetown-IR-Lab / QuickUMLS

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

QuickUMLS server doesn't receive accepted_semtypes as an optional parameter #91

Open melindmi opened 1 year ago

melindmi commented 1 year ago

When starting QuickUMLS as a server it is not possible to give a list of accepted semtypes, as it is the case when instantiating a QuickUMLS object. Is it possible to have the accepted_semtypes as an optional parameter for the quickumls.server also? For now the only option I see in order to extract other semantic types then the ones that available by default is to manually modify the constants.py file. Thank you.