Top "Bleu" questions

BLEU (Bilingual Evaluation Understudy) is an algorithm for evaluating the quality of text which has been machine-translated from one natural language to another.

NLTK: corpus-level bleu vs sentence-level BLEU score

I have imported nltk in python to calculate BLEU Score on Ubuntu. I understand how sentence-level BLEU score works, but …

python machine-learning nlp nltk bleu
Text Summarization Evaluation - BLEU vs ROUGE

With the results of two different summary systems (sys1 and sys2) and the same reference summaries, I evaluated them with …

nlp text-processing rouge bleu
BLEU scores:could I use nltk.translate.bleu_score.sentence_bleu for calculating scores of bleu in chinese

If I have chinese word list: like reference = ['我', '是', '好' ,'人'], hypothesis = ['我', '是…

python-2.7 nltk bleu