From 592b2529b7534a651c16d1256f01af94b85620b1 Mon Sep 17 00:00:00 2001 From: Kuba Kowalczyk Date: Fri, 26 Apr 2019 12:51:22 +0200 Subject: [PATCH] sclite --- counter.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/counter.sh b/counter.sh index 637b90d..84fd95b 100644 --- a/counter.sh +++ b/counter.sh @@ -1,3 +1 @@ awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}' < wikiniews_results.tsv > reference.trn -awk '{print gensub("^\\*\\*", "\\\\**", "g", $1) "\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 \ No newline at end of file