There was an error while loading. Please reload this page.
2 parents 98fc868 + 4aefe29 commit 57ac1eeCopy full SHA for 57ac1ee
1 file changed
ovqa/metrics/preprocessing.py
@@ -66,7 +66,7 @@ def preprocess_vqa_answer(answer: str) -> str:
66
return answer
67
68
69
-RE_ALNUM = re.compile(r"[^a-zA-Z0-9 ]+")
+RE_ALNUM = re.compile(r"[^a-zA-Z0-9äöüÄÖÜß ]+")
70
71
72
def preprocess_text_simple(in_str: str) -> str:
0 commit comments