Skip to content
forked from vikasnar/Bleu

Calculate the Bleu Score for Machine Translated Text.

Notifications You must be signed in to change notification settings

adrien-gauche/Bleu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%