Skip to content

Latest commit

 

History

History
 
 

BLEU

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

BLEU Score Estimator

Script to calculate SARI score of Neural Machine Translation model.

Prerequisites

Install nltk

pip install nltk

Setup

Clone the 'sockeye-recipes' repo
cd BLEU/

Running the script

python bleu.py -r <path_to_reference_sentences_file> -s <path_to_simplified_sentences_file>