Skip to content

Commit

Permalink
Revert cleaner name
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Mar 6, 2022
1 parent 764c7fa commit e9d9028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/utils/text/cleaners.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e9d9028

Please sign in to comment.