bug fix and check cleaner config field by comparing with the list of

avail functions
This commit is contained in:
erogol
2020-03-17 15:05:13 +01:00
parent fa795347a9
commit b9df54adcd
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -97,6 +97,7 @@ def basic_turkish_cleaners(text):
text = text.replace("I", "ı")
text = lowercase(text)
text = collapse_whitespace(text)
return text
def english_cleaners(text):