From 99a18f41b7f1c2188d55f89f053ed5e1da4e5673 Mon Sep 17 00:00:00 2001 From: Kuba Kowalczyk Date: Fri, 26 Apr 2019 13:33:08 +0200 Subject: [PATCH] save results --- counter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counter.sh b/counter.sh index 1ff6f42..fbcd2d8 100644 --- a/counter.sh +++ b/counter.sh @@ -1,4 +1,4 @@ awk 'BEGIN { FS="\t" } {print gensub("^\\*\\*", "\\\\**", "g", $2) "\t(sp1_"NR")"}' wikiniews_results.tsv > reference.trn awk 'BEGIN { FS="\t" } {print gensub("^\\*\\*", "\\\\**", "g", $3) "\t(sp1_"NR")"}' wikiniews_results.tsv > hypothesis.trn -sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout -n results.txt \ No newline at end of file +sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout >> results.txt \ No newline at end of file