coqui-tts/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
..
aux_tests Fix find unique phonemes script (#1928) 2022-09-08 10:17:35 +02:00
bash_tests Fix aux tests (#1753) 2022-07-19 10:06:31 +02:00
data Use fsspec and torch for embedding file IO (#1581) 2022-06-01 13:49:42 +02:00
data_tests Implement bucketed weighted sampling for VITS (#1871) 2022-08-15 11:08:11 +02:00
inference_tests Update model file extension (#1422) 2022-03-22 17:55:00 +01:00
inputs Update model file extension (#1422) 2022-03-22 17:55:00 +01:00
outputs refactoring tests after Coqpit 2021-05-11 11:30:00 +02:00
text_tests Korean Phonemizer (#1822) 2022-09-08 12:06:07 +02:00
tts_tests Implement VitsAudioConfig (#1556) 2022-07-12 18:49:58 +02:00
vocoder_tests Update tests 2022-02-25 11:28:14 +01:00
zoo_tests Fix voice conversion inference (#1583) 2022-05-20 15:50:25 +02:00
__init__.py Add get_tests_data_path 2022-02-25 11:24:13 +01:00