EDS-NLP provides a set of spaCy components that are used to extract information from clinical notes written in French
EDS-NLP provides a set of spaCy components that are used to extract information from clinical notes written in French. If it’s your first time with spaCy, we recommend you familiarise yourself with some of their key concepts by looking at the “spaCy 101” page. Quick start Installation You can install EDS-NLP via pip: We recommend pinning the library version in your projects, or use a strict package manager like Poetry. pip install edsnlp==0.4.0 A first pipeline Once you’ve installed the […]
Read more