mirror of https://github.com/coqui-ai/TTS.git
Stripping and restoring initial punctuation didn't work correctly because the string-splitting caused an additional empty string to be inserted in the text list (because `".A".split(".")` => `["", "A"]`). Now, an initial empty string is skipped and relevant test cases are added. Fixes #3333 |
||
---|---|---|
.. | ||
__init__.py | ||
test_belarusian_phonemizer.py | ||
test_characters.py | ||
test_japanese_phonemizer.py | ||
test_korean_phonemizer.py | ||
test_phonemizer.py | ||
test_punctuation.py | ||
test_text_cleaners.py | ||
test_tokenizer.py |