Fix non-space whitespace characters destroying predictions
Compare changes
+ 23
− 1
@@ -6,7 +6,8 @@ from typing import Optional
@@ -52,6 +53,26 @@ def remove_punctuation(text: str) -> str:
@@ -63,6 +84,7 @@ def preprocess(text: str) -> str: