mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
bug fix and check cleaner config field by comparing with the list of
avail functions
This commit is contained in:
@@ -97,6 +97,7 @@ def basic_turkish_cleaners(text):
|
||||
text = text.replace("I", "ı")
|
||||
text = lowercase(text)
|
||||
text = collapse_whitespace(text)
|
||||
return text
|
||||
|
||||
|
||||
def english_cleaners(text):
|
||||
|
||||
Reference in New Issue
Block a user