Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix span linking #282

Merged
merged 5 commits into from
Apr 2, 2024
Merged

Fix span linking #282

merged 5 commits into from
Apr 2, 2024

Conversation

percevalw
Copy link
Member

Changelog

Added

  • Automatic estimation of cpu count when using multiprocessing

Changed

  • nlp.post_init will not tee lazy collections anymore (use edsnlp.utils.collections.multi_tee yourself if needed)

Fixed

  • Corrected inconsistencies in eds.span_linker

Checklist

  • If this PR is a bug fix, the bug is documented in the test suite.
  • Changes were documented in the changelog (pending section).
  • If necessary, changes were made to the documentation (eg new pipeline).

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.44%. Comparing base (fdae338) to head (8c5c97d).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #282   +/-   ##
=======================================
  Coverage   97.43%   97.44%           
=======================================
  Files         262      262           
  Lines        9090     9103   +13     
=======================================
+ Hits         8857     8870   +13     
  Misses        233      233           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@percevalw percevalw force-pushed the fix-span-linking branch 2 times, most recently from ba98b77 to 8ed28b5 Compare April 2, 2024 02:02
@percevalw percevalw linked an issue Apr 2, 2024 that may be closed by this pull request
@percevalw percevalw merged commit 165bb2c into master Apr 2, 2024
10 checks passed
@percevalw percevalw deleted the fix-span-linking branch April 2, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: normalization (entity linking)
1 participant