Ariel Cohen

Results 16 issues of Ariel Cohen

## Description New NER pipeline to identify ADICAP codes ## Checklist - [x] If this PR is a bug fix, the bug is documented in the test suite. - [x]...

# Draft ### Starting example: When looking for ADICAP codes, some notes showed multiples codes: `"adicap : OHGSA7B1, OHGSA7B3"` Using he `ContextualMatcher` as of today, only the last code will...

## Description Differentiate results of type duration and datetime. ### Identified problem: When applying the dates pipeline in batch, we obtain in the same column of the result dataframe objects...

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 import StringIO...

enhancement

## 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...

## Description ## Checklist - [x] If this PR is a bug fix, the bug is documented in the test suite. - [x] Changes were documented in the changelog (pending...

https://github.com/aphp/edsnlp/blob/bb86cc0c391d0a73687384e57793a46bbc77f214/edsnlp/pipelines/misc/dates/dates.py#L59 expose ignore_exluded option

## Feature type improve ## Description make context words before and after (different) here : https://github.com/aphp/edsnlp/blob/master/edsnlp/utils/span_getters.py#L140

## Description Several issues were detected. - [ ] Trigger - [ ] Pipe name - [ ] Parameters - [ ] History of the presen illness - [ ]...

Hi @percevalw , The default behaviour of the get_spans produce a loss of entities when writing documents to disk. I suggest to add a deduplicate argument to converters with default...