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

Default span attributes on data loading #258

Closed percevalw closed 6 months ago

percevalw commented 6 months ago

Changelog

Changed

Fixed

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 (77db117) 96.93%.

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 #258 +/- ## ========================================== + Coverage 96.87% 96.93% +0.06% ========================================== Files 255 255 Lines 8438 8582 +144 ========================================== + Hits 8174 8319 +145 + Misses 264 263 -1 ```

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