Skip to content

fix: preserve trailing punctuation when extracting PIB words#22

Merged
click0 merged 1 commit into
mainfrom
claude/release-v2.3.1-oEWTZ
Apr 13, 2026
Merged

fix: preserve trailing punctuation when extracting PIB words#22
click0 merged 1 commit into
mainfrom
claude/release-v2.3.1-oEWTZ

Conversation

@click0
Copy link
Copy Markdown
Owner

@click0 click0 commented Apr 13, 2026

parse_hybrid_line() was appending words with trailing commas (e.g. "Володимировича,") to pib_words, causing the punctuation to be swallowed during masking replacement. Now strips trailing punctuation (,.!?;:) from each PIB word before adding it.

https://claude.ai/code/session_01KownKVoEBudRVp7npQ1idz

parse_hybrid_line() was appending words with trailing commas
(e.g. "Володимировича,") to pib_words, causing the punctuation
to be swallowed during masking replacement. Now strips trailing
punctuation (,.!?;:) from each PIB word before adding it.

https://claude.ai/code/session_01KownKVoEBudRVp7npQ1idz
@click0 click0 merged commit 8f0180f into main Apr 13, 2026
3 checks passed
@click0 click0 deleted the claude/release-v2.3.1-oEWTZ branch April 13, 2026 12:36
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.

2 participants