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/analysis/README')
-rw-r--r--scripts/analysis/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/analysis/README b/scripts/analysis/README
deleted file mode 100644
index 6e28bc9e0..000000000
--- a/scripts/analysis/README
+++ /dev/null
@@ -1,6 +0,0 @@
-Put any scripts useful for human analysis of MT output here.
-
-[EVH]
-sentence-by-sentence.pl: show comparison of sentences in reference translation(s)/system otuput/(truth) in colorful format
--- shows all sentences given, with non-matching words in the system output marked, BLEU scores given by sentence, and matching n-grams shown in a table
--- requires all input files be utf8-encoded (you can convert a file with `cat FILE | perl -n -e 'binmode(STDOUT, ":utf8"); print;' > FILE.utf8`)