You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v66 flagged 208/500 tokens including legit 'shall', 'which', 'think'
(vowel ratio threshold 1/phi^pi too tight for short Shakespeare
words with 1 vowel in 5 chars). Plus staged_refine and
_single_stage_refine missing the unpronounceable_mask kwarg.
Fixes:
- Drop vowel-ratio check; keep cluster (>F(5)=5) + triple + zero-
vowel + length>F(3) all-consonant check. 1/500 flagged now ('iii').
- Thread unpronounceable_mask through both refine paths.
0 commit comments