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