pre_process_map: Providence -> Prav-uh-dence (fix vowel)

Previous 'Prov-uh-dence' kept the wrong open vowel; native RI
pronunciation is 'prav-uh-dence' with short-a in the first syllable.
This commit is contained in:
russell@unturf.com 2026-06-05 18:40:58 -04:00
parent 221756e501
commit 5f2f4bfcc8
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -31,9 +31,9 @@
- ' F.Y. '
- - ([0-9]+)-([0-9]+)
- \1 to \2
# F5-TTS mispronounces "Providence" (RI city) — hyphenate to hint syllables
# F5-TTS mispronounces "Providence" (RI city) — actual: "prav-uh-dence"
- - (?i)\bProvidence\b
- Prov-uh-dence
- Prav-uh-dence
# xtts has a lot of trouble with these, but piper is fine.
#- - '[\*=+-]+'
# - ' '

View file

@ -31,9 +31,9 @@
- ' F.Y. '
- - ([0-9]+)-([0-9]+)
- \1 to \2
# F5-TTS mispronounces "Providence" (RI city) — hyphenate to hint syllables
# F5-TTS mispronounces "Providence" (RI city) — actual: "prav-uh-dence"
- - (?i)\bProvidence\b
- Prov-uh-dence
- Prav-uh-dence
# xtts has a lot of trouble with these, but piper is fine.
#- - '[\*=+-]+'
# - ' '