From 5f2f4bfcc8d7411b29dbcb5c7b83711c1084713a Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Fri, 5 Jun 2026 18:40:58 -0400 Subject: [PATCH] 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. --- config/pre_process_map.yaml | 4 ++-- pre_process_map.default.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/pre_process_map.yaml b/config/pre_process_map.yaml index bb206c5..82599a0 100644 --- a/config/pre_process_map.yaml +++ b/config/pre_process_map.yaml @@ -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. #- - '[\*=+-]+' # - ' ' diff --git a/pre_process_map.default.yaml b/pre_process_map.default.yaml index 5e85545..60e5f0c 100644 --- a/pre_process_map.default.yaml +++ b/pre_process_map.default.yaml @@ -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. #- - '[\*=+-]+' # - ' '