-
## Description
An error occurs when pip installing edsnlp with python 3.9 on mac M1/M2. It can't be reproduced on intel processors, and it works with python 3.10. Here is the tail of the erro…
-
Suggestion for a new pipeline to detect tables of biological results. To discuss possible improvements to this first example.
```python
import spacy
from edsnlp import components
from io im…
-
## Feature type
We might want to have a more uniform way of getting spans in pipelines. Currently, we have `on_ents_only`, `on_spans`, etc...
An idea is to expose a `span_getter` key in the co…
-
## Description
In my hospital (CHU de Brest), ADICAP codes are written like this:
```
ADICAP :B.H.HP.A7A0
Cotations :
ZZQX217 R-AHC-100-A001 R-AHC-10-A015
```
In this case dots s…
-
# Context
I am using [pydantic factory](https://github.com/starlite-api/pydantic-factories) for my study module to generate mock data. It relies [on pydantic >=1.10](https://github.com/starlite-ap…
-
(copied from APHP's gitlab — 30/09/22)
## Feature type
For now, EDS-NLP only allows to extract and normalize entities to ATC (via ROMEDI), and ICD10.
As UMLS is an international resource and ga…
-
## Feature type
Add new patterns
## Description
Add pattern to match text like :
```
2/2Pat : le IPP Intitulé RCP : Urologie HMN le
1/2Pat : le IPP Intitulé RCP : Urologie HMN…
-
## Description
edsnlp requires a version of numpy >= 1.21 whereas scikit-eds requires numpy < 1.20 (probably due to pyspark issues).
## How to reproduce the bug
`requirements.txt` from ed…
-
## Description
Using the beta pipeline "eds.sections", I encountered a bug in detecting sections preceded by an empty section. Indeed, if a section is preceded by an empty section, it is not detect…
-
Hi! I find your work with `edsnlp` really cool, and I'm working on integrating it in one of our tools at [Arkhn](https://arkhn.org/) 🙂
I found a very little mistake which prevents us from trying…