CoolFace
Apppublic

imseldrith/TTS-OPENAI-FREE

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes
pre_process_map.default.yaml37 linesDownload Raw Back to root
1# regex pairs to clean the text before speaking2- - ([^.])\.$3  - \14- - '&amp;'5  - '&'6- - '&lt;'7  - <8- - '&gt;'9  - '>'10- - '&quot;'11  - '"'12- - '&#x27;'13  - ''''14- - '&copy;'15  - '©'16- - '&reg;'17  - '®'18- - '&nbsp;'19  - ' '20- - '"'21  - ''22- - ' biases '23  - ' bias''s '24- - ex\.25  - for example26- - e\.g\.27  - for example28- - ' ESG '29  - ' E.S.G. '30- - ' FY '31  - ' F.Y. '32- - ([0-9]+)-([0-9]+)33  - \1 to \234# xtts has a lot of trouble with these, but piper is fine.35#- - '[\*=+-]+'36#  - ' '37