pre_process_map: target Provenance (not Providence)

Earlier patch targeted the wrong word; the actual mispronunciation
fox heard was 'Provenance'. Respell as 'Prov-uh-nuns' to hint
syllables + closing /nz/ sound.
This commit is contained in:
russell@unturf.com 2026-06-05 19:18:32 -04:00
parent 5f2f4bfcc8
commit c161a95eef
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -31,9 +31,9 @@
- ' F.Y. '
- - ([0-9]+)-([0-9]+)
- \1 to \2
# F5-TTS mispronounces "Providence" (RI city) — actual: "prav-uh-dence"
- - (?i)\bProvidence\b
- Prav-uh-dence
# F5-TTS mispronounces "Provenance" — actual: "prov-uh-nuns"
- - (?i)\bProvenance\b
- Prov-uh-nuns
# 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) — actual: "prav-uh-dence"
- - (?i)\bProvidence\b
- Prav-uh-dence
# F5-TTS mispronounces "Provenance" — actual: "prov-uh-nuns"
- - (?i)\bProvenance\b
- Prov-uh-nuns
# xtts has a lot of trouble with these, but piper is fine.
#- - '[\*=+-]+'
# - ' '