Previous 'Prov-uh-dence' kept the wrong open vowel; native RI pronunciation is 'prav-uh-dence' with short-a in the first syllable.
39 lines
615 B
YAML
39 lines
615 B
YAML
# regex pairs to clean the text before speaking
|
|
- - ([^.])\.$
|
|
- \1
|
|
- - '&'
|
|
- '&'
|
|
- - '<'
|
|
- <
|
|
- - '>'
|
|
- '>'
|
|
- - '"'
|
|
- '"'
|
|
- - '''
|
|
- ''''
|
|
- - '©'
|
|
- '©'
|
|
- - '®'
|
|
- '®'
|
|
- - ' '
|
|
- ' '
|
|
- - '"'
|
|
- ''
|
|
- - ' biases '
|
|
- ' bias''s '
|
|
- - ex\.
|
|
- for example
|
|
- - e\.g\.
|
|
- for example
|
|
- - ' ESG '
|
|
- ' E.S.G. '
|
|
- - ' FY '
|
|
- ' 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
|
|
# xtts has a lot of trouble with these, but piper is fine.
|
|
#- - '[\*=+-]+'
|
|
# - ' '
|