mirror of https://github.com/coqui-ai/TTS.git
remove redundancy
This commit is contained in:
parent
93a83c0068
commit
0e1e60bef0
|
@ -25,7 +25,6 @@ _eos = '~'
|
|||
_bos = '^'
|
||||
_characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!\'(),-.:;? '
|
||||
_punctuations = '!\'(),-.:;? '
|
||||
# _phoneme_punctuations = '.!;:,?'
|
||||
|
||||
# Phonemes definition (All IPA characters)
|
||||
_vowels = 'iyɨʉɯuɪʏʊeøɘəɵɤoɛœɜɞʌɔæɐaɶɑɒᵻ'
|
||||
|
|
Loading…
Reference in New Issue