idiap / coqui-ai-TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
https://coqui-tts.readthedocs.io
Mozilla Public License 2.0
591 stars 61 forks source link

Add normalizer type C to text cleaners #85

Closed shavit closed 1 month ago

shavit commented 1 month ago

There are duplications in the cleaners, should the normalizer be added inside the other cleaners, or be applied to all text? https://github.com/idiap/coqui-ai-TTS/blob/dev/TTS/tts/utils/text/tokenizer.py#L110

/Closes #63