correct evalution.sh

This commit is contained in:
Małgorzata Schmidt 2019-04-26 14:07:04 +02:00
parent 86c35d05f8
commit 76373b3aed

View File

@ -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