deltahell

Results 1 comments of deltahell

change in bleu.py # with open(hypothesis_file.name, "r") as read_pred: with hypothesis_file as read_pred: Its worked for me. hypothesis_file is create by python tempfile, its alerady file object;