Skip to content

Commit 083fe4c

Browse files
authored
fix: remove contraction expansions from whitelist to prevent word splitting (#290) (#339)
Remove here's/Here's, you're/You're, i'm/I'm from tts.tsv. These entries caused words like "where's" and "there's" to be split (e.g. "where's" → "w here is") because the whitelist matched from the middle of a word.
1 parent 0039360 commit 083fe4c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tn/english/data/whitelist/tts.tsv

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3048,9 +3048,3 @@ Z. Y. ZY
30483048
Z.Y. ZY
30493049
Z. Z. ZZ
30503050
Z.Z. ZZ
3051-
here's here is
3052-
you're you are
3053-
i'm i am
3054-
Here's Here is
3055-
You're You are
3056-
I'm I am

0 commit comments

Comments
 (0)