WER calculated

This commit is contained in:
email 2019-04-26 14:33:29 +02:00
parent dcbdaa256e
commit cf8e9d5b9d

View File

@ -6,6 +6,6 @@ cut -f3 $1 > 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 > WER_SRR.txt
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > WER_SSR.txt
cat WER_SSR.txt | grep -oP '(?<=Scores: \(#C #S #D #I\)).*' > values.txt