def _tokenize()

in drop_eval.py [0:0]


def _tokenize(text: str) -> List[str]:
    return re.split(" |-", text)