mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
beautify
This commit is contained in:
parent
bfdedf682b
commit
8419a3af35
@ -1034,8 +1034,7 @@ int main(int argc, char** argv)
|
|||||||
bleuFearList.push_back(bleuScores[batchPosition][i]);
|
bleuFearList.push_back(bleuScores[batchPosition][i]);
|
||||||
indexHopeList.push_back(indexHope);
|
indexHopeList.push_back(indexHope);
|
||||||
indexFearList.push_back(i);
|
indexFearList.push_back(i);
|
||||||
}
|
} else if (most_violated && diff > currentViolation) {
|
||||||
else if (most_violated && diff > currentViolation) {
|
|
||||||
currentViolation = diff;
|
currentViolation = diff;
|
||||||
bleuFear = bleuScores[batchPosition][i];
|
bleuFear = bleuScores[batchPosition][i];
|
||||||
indexFear = i;
|
indexFear = i;
|
||||||
|
Loading…
Reference in New Issue
Block a user