Edsnlp

Latest version: v0.16.0

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 8 of 8

0.3.1

- Update `dates` to remove miscellaneous bugs.
- Add `isort` pre-commit hook.
- Improve performance for `negation`, `hypothesis`, `antecedents`, `family` and `rspeech` by using spaCy's `filter_spans` and our `consume_spans` methods.
- Add proposition segmentation to `hypothesis` and `family`, enhancing results.

0.3.0

- Renamed `generic` to `matcher`. This is a non-breaking change for the average user, adding the pipeline is still :

{ .python .no-check }
nlp.add_pipe("matcher", config=dict(terms=dict(maladie="maladie")))


- Removed `quickumls` pipeline. It was untested, unmaintained. Will be added back in a future release.
- Add `score` pipeline, and `charlson`.
- Add `advanced-regex` pipeline
- Corrected bugs in the `negation` pipeline

0.2.0

- Add `negation` pipeline
- Add `family` pipeline
- Add `hypothesis` pipeline
- Add `antecedents` pipeline
- Add `rspeech` pipeline
- Refactor the library :
- Remove the `rules` folder
- Add a `pipelines` folder, containing one subdirectory per component
- Every component subdirectory contains a module defining the component, and a module defining a factory, plus any other utilities (eg `terms.py`)

0.1.0

First working version. Available pipelines :

- `section`
- `sentences`
- `normalization`
- `pollution`

Page 8 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.