coqui-tts/TTS
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
..
bin Fix find unique phonemes script (#1928) 2022-09-08 10:17:35 +02:00
config Fix tune wavegrad (#1844) 2022-08-22 09:55:32 +02:00
encoder Add VCTK speaker encoder recipe (#1912) 2022-08-26 16:19:03 +02:00
server Fixes a race condition with multiple simultaneous get requests. (#1807) 2022-09-08 10:16:16 +02:00
tts Korean Phonemizer (#1822) 2022-09-08 12:06:07 +02:00
utils Implement bucketed weighted sampling for VITS (#1871) 2022-08-15 11:08:11 +02:00
vocoder Fix tune wavegrad (#1844) 2022-08-22 09:55:32 +02:00
.models.json Add capacitron v2 model (#1768) 2022-09-08 09:43:56 +02:00
VERSION Bump up to v0.8.0 2022-08-22 11:26:47 +02:00
__init__.py Use `coqui_tts` as the default run name 2021-08-30 12:56:47 +00:00
model.py Update base model wrt 👟 (#1406) 2022-03-23 17:24:20 +01:00