mirror of https://github.com/coqui-ai/TTS.git
Revert cleaner name
This commit is contained in:
parent
764c7fa4a4
commit
e9d9028b4d
|
@ -100,7 +100,7 @@ def english_cleaners(text):
|
||||||
return text
|
return text
|
||||||
|
|
||||||
|
|
||||||
def english_phoneme_cleaners(text):
|
def phoneme_cleaners(text):
|
||||||
"""Pipeline for phonemes mode, including number and abbreviation expansion."""
|
"""Pipeline for phonemes mode, including number and abbreviation expansion."""
|
||||||
text = en_normalize_numbers(text)
|
text = en_normalize_numbers(text)
|
||||||
text = expand_abbreviations(text)
|
text = expand_abbreviations(text)
|
||||||
|
|
Loading…
Reference in New Issue