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
111 stars 29 forks source link

Disable NER CRF BOS/EOS transitions when CRF windows are enabled #259

Closed percevalw closed 6 months ago

percevalw commented 6 months ago

Description

Fixed

Changed

Checklist

codecov[bot] commented 6 months ago

Codecov Report

Attention: 6 lines in your changes are missing coverage. Please review.

Comparison is base (9d2b58f) 96.87% compared to head (fd9833d) 96.94%.

Files Patch % Lines
edsnlp/processing/multiprocessing.py 97.71% 4 Missing :warning:
edsnlp/core/torch_component.py 98.03% 1 Missing :warning:
edsnlp/processing/simple.py 96.96% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #259 +/- ## ========================================== + Coverage 96.87% 96.94% +0.07% ========================================== Files 255 255 Lines 8438 8589 +151 ========================================== + Hits 8174 8327 +153 + Misses 264 262 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.