## 🚀 Feature <!-- A clear and concise description of the feature proposal --> **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** <!-- A clear and concise description of any alternative solutions or features you've considered, if any. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. -->
🚀 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