From c8f35f75e03ec690471f0e65f642c43ad7bfb60b Mon Sep 17 00:00:00 2001 From: Kuba Kowalczyk Date: Fri, 26 Apr 2019 11:51:51 +0200 Subject: [PATCH] dockerfile --- counter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counter.sh b/counter.sh index a65f51a..ecf56d9 100644 --- a/counter.sh +++ b/counter.sh @@ -1 +1 @@ -awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}' < reference.txt > reference.trn sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout \ No newline at end of file +awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}' < wikiniews_results.tsv > reference.trn sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout \ No newline at end of file