From 4492ed56503f3b5a49550aee08f80c46ab5d8a72 Mon Sep 17 00:00:00 2001 From: Kacper Kurzeja Date: Fri, 26 Apr 2019 13:56:51 +0200 Subject: [PATCH] Shifted back and fixed typo --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index ea88eb1..8c2b1d5 100755 --- a/script.sh +++ b/script.sh @@ -2,4 +2,4 @@ awk -f get_2nd.awk < wikiniews_results.tsv > hypotheses.txt awk -f get_3rd.awk < wikiniews_results.tsv > references.txt awk -f txt_to_tsr_converter.awk < references.txt > references.trn awk -f txt_to_tsr_converter.awk < hypotheses.txt > hypotheses.trn -sclite -f 0 -r references.trn trn -h hypotheses.trn trn -e utf-8 -O tmp_metrics -i rm -o all stdout \ No newline at end of file +sclite -f 0 -r references.trn trn -h hypotheses.trn trn -e utf-8 -i rm -o sum stdout -O tmp_metrics \ No newline at end of file