Skip to content

refactor: Fold GlinerNER into GliNERBridge#235

Merged
rmitsch merged 8 commits intomainfrom
213
Dec 20, 2025
Merged

refactor: Fold GlinerNER into GliNERBridge#235
rmitsch merged 8 commits intomainfrom
213

Conversation

@rmitsch
Copy link
Collaborator

@rmitsch rmitsch commented Dec 20, 2025

Description

Folds GlinerNER into GliNERBridge.

Related Issues

Changes Made

  • Folds GlinerNER into GliNERBridge.
  • Minor readme updates

Checklist

  • [ ] Tests have been extended to cover changes in functionality
  • Existing and new tests succeed
  • Documentation updated (if applicable)
  • Related issues linked

Screenshots/Examples (if applicable)

@rmitsch rmitsch self-assigned this Dec 20, 2025
@codecov
Copy link

codecov bot commented Dec 20, 2025

Codecov Report

❌ Patch coverage is 80.00000% with 9 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
sieves/tasks/predictive/bridges.py 74.28% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #235      +/-   ##
==========================================
+ Coverage   93.25%   93.29%   +0.03%     
==========================================
  Files          62       62              
  Lines        3441     3414      -27     
==========================================
- Hits         3209     3185      -24     
+ Misses        232      229       -3     
Files with missing lines Coverage Δ
...es/tasks/predictive/information_extraction/core.py 92.59% <ø> (ø)
sieves/tasks/predictive/ner/bridges.py 93.85% <100.00%> (+0.60%) ⬆️
sieves/tasks/predictive/ner/core.py 95.09% <100.00%> (+0.20%) ⬆️
sieves/tasks/predictive/bridges.py 92.27% <74.28%> (+0.04%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rmitsch rmitsch marked this pull request as ready for review December 20, 2025 19:15
@rmitsch rmitsch merged commit a022935 into main Dec 20, 2025
3 checks passed
@rmitsch rmitsch deleted the 213 branch December 20, 2025 19:38
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.

Drop GliNERNER, just native GliNER indexing instead

1 participant