diff --git a/evaluation.sh b/evaluation.sh index cc4e785..c6c0d39 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 stdout +sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all > sclite_results.txt