You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
🚀 Feature
Motivation
I was working on calculating bleu_score, however, due to a bug in my code I did not realize that my references_corpus wasn't a list of list of words.
Pitch
I think it would be helpful for this function to either give a warning or raise an Exception if the references_corpus is not in the desired format.
Thanks!
Alternatives
Additional context