UK-IPOP / drug-extraction

A ToolBox for fuzzily extracting drugs mentions from text.
https://drug-extraction.vercel.app
MIT License
3 stars 0 forks source link

parens detection #76

Closed cdelcher closed 2 years ago

cdelcher commented 2 years ago

Please check parens detection in drug tool.

nanthony007 commented 2 years ago

This is in regards to the case of not detecting:

Mixed Drug Toxicity(Fentanyl, Cocaine, Xylazine and Gabapentin) where the parens is removed causing the term to become "ToxicityFentanyl" which doesn't match string similarity measures.

Can fix by replacing punctuation with space instead of removing.