We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a65c2 commit de1453aCopy full SHA for de1453a
resources/fix_corpus.py
@@ -49,7 +49,7 @@ def __iter__(self):
49
50
line = "".join(line_parts)
51
52
- line = utils.to_unicode(line)
+ #line = utils.to_unicode(line)
53
yield line + "\n"
54
55
0 commit comments