eladsegal commited on
Commit
451ff2c
1 Parent(s): fcc2240

Update metrics/bleu.py

Browse files
Files changed (1) hide show
  1. metrics/bleu.py +1 -1
metrics/bleu.py CHANGED
@@ -117,6 +117,6 @@ def compute_bleu(reference_corpus, translation_corpus, max_order=4, smooth=False
117
  }
118
 
119
 
120
- def bleu_postprocess_text(text):
121
  # TODO: Tokenize properly
122
  return text.split()
 
117
  }
118
 
119
 
120
+ def postprocess_text(text):
121
  # TODO: Tokenize properly
122
  return text.split()