remove redundancy

This commit is contained in:
Eren Gölge 2021-02-15 12:07:02 +00:00 committed by Eren Gölge
parent 93a83c0068
commit 0e1e60bef0
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ _eos = '~'
_bos = '^' _bos = '^'
_characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!\'(),-.:;? ' _characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!\'(),-.:;? '
_punctuations = '!\'(),-.:;? ' _punctuations = '!\'(),-.:;? '
# _phoneme_punctuations = '.!;:,?'
# Phonemes definition (All IPA characters) # Phonemes definition (All IPA characters)
_vowels = 'iyɨʉɯuɪʏʊeøɘəɵɤoɛœɜɞʌɔæɐaɶɑɒᵻ' _vowels = 'iyɨʉɯuɪʏʊeøɘəɵɤoɛœɜɞʌɔæɐaɶɑɒᵻ'