vikasnar / Bleu

Calculate the Bleu Score for Machine Translated Text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bleu

Calculate the Bleu Score for Machine Translated Text.

HOW TO RUN

python calculatebleu.py "candidate-file.txt" "reference-file/directory"

OUTPUT

bleu_out.txt : contains the Bleu score for the candidate-file


Reference

BLEU: a Method for Automatic Evaluation of Machine Translation Kishore Papineni, Salim Roukos, Todd Ward, and Wei-Jing Zhu

About

Calculate the Bleu Score for Machine Translated Text.


Languages

Language:Python 100.0%