From 76373b3aed5f891071d1257a31c96e02a6ce04e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C5=82gorzata=20Schmidt?= Date: Fri, 26 Apr 2019 14:07:04 +0200 Subject: [PATCH] correct evalution.sh --- evaluation.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evaluation.sh b/evaluation.sh index c6c0d39..1de8a11 100644 --- a/evaluation.sh +++ b/evaluation.sh @@ -6,4 +6,4 @@ cut -f3 $file1 > hypothesis.txt awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn -sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all > sclite_results.txt +sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > sclite_results.txt