TTS-OPENAI-FREE / pre_process_map.default.yaml
imseldrith's picture
Upload folder using huggingface_hub (#2)
2a8b06e verified
raw
history blame contribute delete
459 Bytes
# regex pairs to clean the text before speaking
- - ([^.])\.$
- \1
- - '&'
- '&'
- - '<'
- <
- - '&gt;'
- '>'
- - '&quot;'
- '"'
- - '&#x27;'
- ''''
- - '&copy;'
- '©'
- - '&reg;'
- '®'
- - '&nbsp;'
- ' '
- - '"'
- ''
- - ' biases '
- ' bias''s '
- - ex\.
- for example
- - e\.g\.
- for example
- - ' ESG '
- ' E.S.G. '
- - ' FY '
- ' F.Y. '
- - ([0-9]+)-([0-9]+)
- \1 to \2
- - '\*\*\*'
- '*'
- - '\*\*'
- '*'