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

Add pattern to measurements to catch "0.XX" numbers #246

Closed julienduquesne closed 8 months ago

julienduquesne commented 8 months ago

Description

At the moment, the measurements regex patterns for numbers do not allow for catching numbers such as 0.XX. I propose to add a new regex pattern that will match for those.

Checklist

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (bd0c388) 96.70% compared to head (ddb6569) 96.70%. Report is 1 commits behind head on master.

:exclamation: Current head ddb6569 differs from pull request most recent head c998ea2. Consider uploading reports for the commit c998ea2 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #246 +/- ## ======================================= Coverage 96.70% 96.70% ======================================= Files 255 255 Lines 8372 8372 ======================================= Hits 8096 8096 Misses 276 276 ```

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