feat(tn): split interior apostrophe so possessives normalize (+2) - #72
Merged
Merged
Conversation
Add the apostrophe to the interior-split set: "80's" -> "eighty's" (the number normalizes, the possessive stays attached). Contractions are unaffected because the glued reconstruction still matches them as whole tokens with no tagger, so "don't"/"they're"/"I've" stay literal. en TN punctuation 41->42; punctuation_match_input 5->6. No regressions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the apostrophe to the interior-split set so possessives normalize:
80's-> "eighty's" (the number normalizes, the'sstays attached).Contractions are unaffected: the glued reconstruction still matches them as whole tokens with no tagger, so
don't/they're/I've/I'mstay literal.en TN punctuation 41->42; punctuation_match_input 5->6. No regressions across any class or language; tests/fmt/clippy green.
🤖 Generated with Claude Code