salaniz / pycocoevalcap

Python 3 support for the MS COCO caption evaluation tools
Other
304 stars 85 forks source link

Allow verbose off for Bleu score #9

Closed nicolas-lair closed 4 years ago

nicolas-lair commented 4 years ago

As it is now, the compute_score method from the Bleu class does not allow to choose the verbose option. I just added an optional parameter to the compute_method to allow to turn off the verbose.

salaniz commented 4 years ago

Seems reasonable. Thanks for your contribution!