update comment

This commit is contained in:
Eren Gölge
2020-07-13 10:33:55 +02:00
committed by thllwg
parent 18007e389d
commit c865dd86bc

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