update comment

This commit is contained in:
Eren Gölge
2020-08-05 17:41:52 +02:00
committed by erogol
parent b0c4a77aea
commit 571f5761c9
+1 -1
View File
@@ -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