mirror of https://github.com/coqui-ai/TTS.git
one more phoneme char for en-uk
This commit is contained in:
parent
4749bc211e
commit
328db7757d
|
@ -15,7 +15,7 @@ _punctuations = '!\'(),-.:;? '
|
||||||
# TODO: include more phoneme characters for other languages.
|
# TODO: include more phoneme characters for other languages.
|
||||||
_phonemes = ['l','ɹ','ɜ','ɚ','k','u','ʔ','ð','ɐ','ɾ','ɑ','ɔ','b','ɛ','t','v','n','m','ʊ','ŋ','s',
|
_phonemes = ['l','ɹ','ɜ','ɚ','k','u','ʔ','ð','ɐ','ɾ','ɑ','ɔ','b','ɛ','t','v','n','m','ʊ','ŋ','s',
|
||||||
'ʌ','o','ʃ','i','p','æ','e','a','ʒ',' ','h','ɪ','ɡ','f','r','w','ɫ','ɬ','d','x','ː',
|
'ʌ','o','ʃ','i','p','æ','e','a','ʒ',' ','h','ɪ','ɡ','f','r','w','ɫ','ɬ','d','x','ː',
|
||||||
'ᵻ','ə','j','θ','z']
|
'ᵻ','ə','j','θ','z','ɒ']
|
||||||
|
|
||||||
_phonemes = sorted(list(set(_phonemes)))
|
_phonemes = sorted(list(set(_phonemes)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue