medspacy / QuickUMLS

System for Medical Concept Extraction
MIT License
3 stars 6 forks source link

Enable using spacy Span Groups in QuickUMLS #6

Closed burgersmoke closed 1 year ago

burgersmoke commented 1 year ago

Current implementation uses entities only for Spacy which does not allow overlapping matches. Span Groups were introduced in spacy 3 and it supports overlapping.