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:
-rwxr-xr-xscripts/analysis/sentence-by-sentence.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/analysis/sentence-by-sentence.pl b/scripts/analysis/sentence-by-sentence.pl
index c260bfd6c..82ae57949 100755
--- a/scripts/analysis/sentence-by-sentence.pl
+++ b/scripts/analysis/sentence-by-sentence.pl
@@ -122,7 +122,7 @@ for(my $i = 0; $i < scalar(@htmlColors); $i++)
}
$stylesheet .= "</style>\n";
-print "<html><head><meta http-equiv=\"Content-type: text/html; charset=utf-8\">\n";
+print "<html><head><meta http-equiv=\"Content-type\" content=\"text/html; charset=UTF-8\">\n";
print "<title>[" . join(', ', @sysoutfiles) . "] vs. [" . join(', ', @truthfiles) . "]: Sentence-by-Sentence Comparison</title>$stylesheet</head><body>\n";
foreach my $systemScores (@bleuScores) {rankSentencesByBLEU($systemScores);}