For an Machine Translation evaluation I need to calculate the METEOR score between the translation output file and the reference file.
I already found this question How can I implement meteor score when evaluating a model when using the meteor_score module from nltk?, but it was not helpful.
- Is there any official Python package or Github repository for the calculation of the METEOR score you would recommend?
- How to calculate the METEOR between the reference file and the output translation file?