mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 09:49:21 +08:00
rename method, it's more generic than the previous name suggested
This commit is contained in:
@@ -105,7 +105,7 @@ def english_cleaners2(text):
|
||||
return phonemes
|
||||
|
||||
|
||||
def mmconv_ipa_simplify(text):
|
||||
def ipa_simplifier(text):
|
||||
replacements = [
|
||||
("ɐ", "ə"),
|
||||
("ˈə", "ə"),
|
||||
|
||||
Reference in New Issue
Block a user