sriniiyer/codenn

Script to calculate METEOR score

Closed this issue · 1 comments

Thank you for great job!

I am working on this dataset for a course project and benefits much from this repo.

In this repo, I only found a script that calculates BLEU score, could you please provide the script that calculates METEOR score?

Thank you very much!

use meteorFromMaps() from here: https://paste.ubuntu.com/26405875/
It needs a map of id -> sentences, for gold and prediction.