medspacy / QuickUMLS

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

Enable using spacy Span Groups in QuickUMLS #6

Closed burgersmoke closed 2 years ago

burgersmoke commented 2 years 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.