Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2018-12-30 15:05:57 +0300
committerHieu Hoang <hieuhoang@gmail.com>2018-12-30 15:05:57 +0300
commitdb1894ad242b569c5cd9f465b65b9ff4841b1c96 (patch)
treebf753c08f56a33dbd6ffd82472124deca14f743c /scripts
parent5a600dfe62221b1d27ddec8f5ffe513cc5a48753 (diff)
consistent output
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ems/support/report-experiment-scores.perl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ems/support/report-experiment-scores.perl b/scripts/ems/support/report-experiment-scores.perl
index de15fb82a..79141f418 100755
--- a/scripts/ems/support/report-experiment-scores.perl
+++ b/scripts/ems/support/report-experiment-scores.perl
@@ -40,7 +40,7 @@ foreach (@ARGV) {
&process($1,$2,$3);
}
}
-foreach my $set (keys %SCORE) {
+foreach my $set (sort keys %SCORE) {
my $score = $SCORE{$set};
chop($score);
print "$set: $score\n";