umcu / clinlp

A Python library for performing NLP on clinical text written in Dutch
GNU General Public License v3.0
33 stars 0 forks source link

Stop Entity Matcher from overwriting existing entities #38

Closed vmenger closed 1 month ago

vmenger commented 9 months ago

Should append to existing spans in doc.ents, not overwrite them.

See: https://github.com/umcu/clinlp/blob/main/clinlp/entity.py#L160