nyu-mll / spinn

NYU ML² work on sentence encoding with tree structure and dynamic graphs
MIT License
108 stars 38 forks source link

Switch SacreBLEU #95

Open woollysocks opened 5 years ago

woollysocks commented 5 years ago

Codebase currently uses Moses' perl implementation of BLEU. Switch to SacreBLEU which is in python, this will offer flexibility and we can get per sentence BLEU scores with ease.