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. #- - '[\*=+-]+' # - ' '