mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-07-13 05:50:18 +02: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