-
Notifications
You must be signed in to change notification settings - Fork 35
chore: bump version to 0.19.0 #453
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
Conversation
|
Docs preview URL |
Coverage Report
Files without new missing coverage
281 files skipped due to complete coverage. Coverage success: total of 97.94% is above 97.94% 🎉 |



Changelog
📢 EDS-NLP will drop support for Python 3.7, 3.8 and 3.9 support in the next major release (v0.20.0), in October 2025. Please upgrade to Python 3.10 or later.
Added
DocToMarkupConverterto convert documents to markdown and improvedMarkupToDocConverterto allow overlapping markup annotations (e.g.,This is a <a>text <b>with</a> overlapping</b> tags).edsnlp.utils.fuzzy_alignment.alignto map the entities of an annotated document to another document with similar but not identical text (e.g., after some text normalization or minor edits).span_getter="sents"to apply various pipes on sentences instead of entities or spans.eds.llm_markup_extractor, that can be used to extract entities using a large language model served through an OpenAPI-style API.Fixed
forkhangs when HDFS has been used in the main process, we now auto detect if the currently running program has interacted with HDFS before auto-picking a process starting method.enable,disableandexclude) when loading a model from huggingface hub.excludeanymore when loading a model (before they were instantiated but not added to the pipeline).Checklist