as-ideas / TransformerTTS

🤖💬 Transformer TTS: Implementation of a non-autoregressive Transformer based neural network for text to speech.
https://as-ideas.github.io/TransformerTTS/
Other
1.13k stars 227 forks source link

Simplified text pipe #70

Closed cfrancesco closed 4 years ago

cfrancesco commented 4 years ago

Removed all text cleaning such as number and abbreviation expansions which are dataset dependent. Now it relies on the phonemizer cleaning unwanted chars and filter only happens on the output of the phonemizer. Stripping and punctuation keeping switched from optional to mandatory.