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:
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";