coqui-tts/tests/text_tests
harmlessman 5abbe56642
Korean Phonemizer (#1822)
* Update requirements.txt

install jamo for korean

* Update formatters.py

add KSS formatter

KSS is a korean single speech dataset (12hours)

* Add files via upload

add phonemizer for korean

* Add files via upload

add korean phonemizer

* Update requirements.txt

* change code style with `black` and `pylint`

* reflecting pylint's Evaluation

* reflecting pylint's Evaluation

* reflecting pylint's Evaluation-2

* isort

* edit about separator
write test case and add 'nltk' for requirements.txt

* add korean g2p (g2pkk)

* isort

* TTS/tts/utils/text/phonemizers/ko_kr_phonemizer.py:43:24: W0621: Redefining name 'text' from outer scope (line 58) (redefined-outer-name)

TTS/tts/utils/text/korean/korean.py:28:8: R1705: Unnecessary "else" after "return" (no-else-return)

* black
2022-09-08 12:06:07 +02:00
..
__init__.py refactor and fix multi-speaker training in Trainer and Tacotron models 2021-06-28 17:03:19 +02:00
test_characters.py Make style and lint 2022-03-02 13:25:35 +01:00
test_japanese_phonemizer.py Update Japanese phonemizer (#758) 2021-09-01 09:33:15 +02:00
test_korean_phonemizer.py Korean Phonemizer (#1822) 2022-09-08 12:06:07 +02:00
test_phonemizer.py Fixes small compat. issues 2022-02-25 11:21:19 +01:00
test_punctuation.py Make style 2022-02-25 10:48:03 +01:00
test_text_cleaners.py reorg test files 2021-06-02 11:40:26 +02:00
test_tokenizer.py Fix tokenizer for punc only (#1717) 2022-07-06 22:59:41 +02:00