Commit 5dbeba0d authored by silentv0x's avatar silentv0x
Browse files

Bug fix

parent 35d809c3
......@@ -235,7 +235,7 @@ class DROP(Task):
def _fix_number(self, text):
return str(float(text)) if self._is_number(text) else text
def _tokenize(text):
def _tokenize(self, text):
return re.split(" |-", text)
def _normalize(self, answer):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment