Georgetown-IR-Lab / QuickUMLS

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

[BUG] best_match and ignore_syntax arguments are ignored #74

Open akleinau opened 2 years ago

akleinau commented 2 years ago

Describe the bug The users choise of the best_match and ignore_syntax parameters is ignored, as it isn't parsed down from the match function in core to the _match function.

To Reproduce Choose the non-default values best_match = False and ignore_syntax = True

Environment