From 130e8b2b6e2646a43c807fe62fa08afd87e07be0 Mon Sep 17 00:00:00 2001 From: Yevheniia Tsapkova Date: Fri, 3 Apr 2020 14:56:21 +0200 Subject: [PATCH] wer ard srr --- script.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script.sh b/script.sh index b843a86..c846232 100644 --- a/script.sh +++ b/script.sh @@ -6,4 +6,7 @@ awk -F "\t" '{print $2}' wikiniews_results.tsv > hypothesis.txt awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn awk 'BEGIN{FS=OFS="\t"}{print $0,"(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 +sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout + +cat hypothesis.trn +cat reference.trn \ No newline at end of file