aphp / edsnlp

Modular, fast NLP framework, compatible with Pytorch and spaCy, offering tailored support for French clinical notes.
https://aphp.github.io/edsnlp/
BSD 3-Clause "New" or "Revised" License
113 stars 29 forks source link

Fix matcher assigns #222

Closed percevalw closed 10 months ago

percevalw commented 1 year ago

Description

Fix matchers to skip pipes with assigned extensions that are not required by the matcher during the initialization. Should fix #221

Checklist