Revert cleaner name

This commit is contained in:
Eren Gölge 2022-03-06 12:57:06 +01:00
parent 764c7fa4a4
commit e9d9028b4d
1 changed files with 1 additions and 1 deletions

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)