mirror of https://github.com/coqui-ai/TTS.git
update comment
This commit is contained in:
parent
b0c4a77aea
commit
571f5761c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue