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

fix: only match 'ne' negation pattern when not part of another word #261

Closed percevalw closed 6 months ago

percevalw commented 6 months ago

Description

Fixes #256.

Fixed

Checklist

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (303f03d) 96.95% compared to head (fc0c852) 96.95%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #261 +/- ## ======================================= Coverage 96.95% 96.95% ======================================= Files 255 255 Lines 8591 8591 ======================================= Hits 8329 8329 Misses 262 262 ```

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

percevalw commented 6 months ago

@marieverdoux