Commit 0f1ebf3
Filter n't contraction stems from named-character scanner
The name-candidate regex breaks at apostrophes, so "Don't" yielded "Don"
and got handed to the character_reconciliation prompt as a candidate new
character. Add the n't contraction stems to _NAMED_CHARACTER_STOP_WORDS
so they're filtered when no roster match exists; characters legitimately
named one of these are still detected via the roster check that runs
first.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a51dd14 commit 0f1ebf3
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
436 | 441 | | |
437 | 442 | | |
438 | 443 | | |
| |||
0 commit comments