mirror of
https://github.com/wassname/TTS.git
synced 2026-09-07 16:40:44 +08:00
Revert cleaner name
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user