yasbd v0.1.1 - Bugfix release
dialog, ellipsis, initialism, and list marker improvements.
pip install --upgrade yasbd-libFixed
- Single-quote dialog: No longer splits before the dialogue tag (e.g.,
'Is this great?' she said.). - Ellipsis mid-thought: Three-dot ellipsis (
...) no longer splits mid-sentence. Only four dots are sentence boundaries. - Initialism detection: Pronoun
Ino longer triggers false splits in names likeAlbert I. Jones. - N° reference: Added to reference abbreviations to prevent split in
N°. 1026.253.553.
Changed
- HORIZONTAL_LIST_FINDER: Switched to
re2for lookbehind support. Uses\b+ negative lookbehind for capitalized words instead of requiring a terminator prefix. Supports other scripts via\p{Ll}.