mirror of
https://github.com/wassname/TTS.git
synced 2026-09-10 11:50:20 +08:00
update comment
This commit is contained in:
@@ -92,7 +92,7 @@ def transliteration_cleaners(text):
|
||||
|
||||
|
||||
def basic_german_cleaners(text):
|
||||
'''Pipeline for Turkish text'''
|
||||
'''Pipeline for German text'''
|
||||
text = lowercase(text)
|
||||
text = collapse_whitespace(text)
|
||||
return text
|
||||
|
||||
Reference in New Issue
Block a user