If I have chinese word list: like reference = ['我', '是', '好' ,'人'], hypothesis = ['我', '是', '善良的','人] . Could I use the: nltk.translate.bleu_score.sentence_bleu(references, hypothesis) for chinese translation? it is the same as English? How about Japanese? I mean If I have word list(chinese and japanese ) like english. Thanks!