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