Re: [Moses-support] bleu-annotation / analysis.perl

2016-03-05 Thread Vincent Nguyen
However I believe this is still not right for unigram sentences. De : "Vincent Nguyen" Date : 26 févr. 2016 22:21:59 A : moses-support@mit.edu <mailto:moses-support@mit.edu> Sujet : Re: [Moses-support] bleu-annotation / analysis.perl

Re: [Moses-support] bleu-annotation / analysis.perl

2016-03-04 Thread Philipp Koehn
tence-bleu does. > However I believe this is still not right for unigram sentences. > > > > > > De : "Vincent Nguyen" > Date : 26 févr. 2016 22:21:59 > A : moses-support@mit.edu > > Sujet : Re: [Moses-support] bleu-annotation / analysis.p

Re: [Moses-support] bleu-annotation / analysis.perl

2016-02-27 Thread vnguyen
Ok obviously this is a modified bleu algorithm, similar to what sentence-bleu does.However I believe this is still not right for unigram sentences.De : "Vincent Nguyen" Date : 26 févr. 2016 22:21:59A : moses-support@mit.eduSujet : Re:

Re: [Moses-support] bleu-annotation / analysis.perl

2016-02-26 Thread Vincent Nguyen
Am I correct saying that when sentences length is less or equal to 4 tokens then the BLEU score should be 1 for exact matches and 0 when not exact match ? (by definition of http://www1.cs.columbia.edu/nlp/sgd/bleu.pdf) Le 26/02/2016 10:02, Vincent Nguyen a écrit : > Hi, > > I would like to

[Moses-support] bleu-annotation / analysis.perl

2016-02-26 Thread Vincent Nguyen
Hi, I would like to understand better the analysis.perl script that generates the bleu-annotation file. Is there an easy way to get the uncased bleu score of each line instead of the cased calculation ? Am I right that this script recompute its own Bleu score without calling the Nist-Bleu nor