Skip to content

Implementation of the BLEU (bilingual evaluation understudy) algorithm

Notifications You must be signed in to change notification settings

donnabelldmello/nlp-bleu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a simple implementation of the BLEU (bilingual evaluation understudy) algorithm for evaluating quality of machine translated text. Please refer http://www.aclweb.org/anthology/P02-1040.pdf for information on the algorithm.

Command for Python 2.6

python calculate_bleu_score.py candidate.txt reference.txt 

candidate.txt is the machine translated text file.

reference.txt is the reference text. Mostly the human translated text file.

About

Implementation of the BLEU (bilingual evaluation understudy) algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages