yasbd-lib v0.4.0
What's Changed
🚀 Added
- Enhance error handling with custom exceptions and suggestions by @speedyk-005 in #78
- Implement radicli-based CLI with segment, detect, and langs commands by @speedyk-005 in #79
- Enhance cleaner with extra steps, logging, and CLI options by @speedyk-005 in #82
- Expose utils submodules at package root level by @speedyk-005 in #84
⚙️ Changed
- API doc generation: replace python_docstring_markdown with pydoc-markdown by @speedyk-005 in #83
- Enhance error handling with custom exceptions and suggestions by @speedyk-005 in #78
- Extract
log_infohelper toyasbd.utils.logger - Rename variables for clarity:
MID_SENTENCE_ABBRVS=>INLINE_ONLY_ABBRVS,HEADING_TOKENS=>SECTION_MARKERS,GEOPOLITICAL_ABBRVS=>DOTTED_GEOPOL_ABBRVS - Clean Spanish
COMMON_SENT_STARTERS: remove 15 prepositions and 15 verbs that caused false boundaries afterUd./Vd.
Full Changelog: v0.3.0...v0.4.0