Revert cleaner name

This commit is contained in:
Eren Gölge
2022-03-06 12:57:06 +01:00
parent 764c7fa4a4
commit e9d9028b4d

View File

@@ -100,7 +100,7 @@ def english_cleaners(text):
return text
def english_phoneme_cleaners(text):
def phoneme_cleaners(text):
"""Pipeline for phonemes mode, including number and abbreviation expansion."""
text = en_normalize_numbers(text)
text = expand_abbreviations(text)