update comment

This commit is contained in:
Eren Gölge
2020-07-14 16:09:58 +02:00
committed by thllwg
parent 18007e389d
commit c865dd86bc
+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