WER calculated

This commit is contained in:
email 2019-04-26 13:17:58 +02:00
parent a13d0f6a3c
commit b7b7357df0

View File

@ -1,6 +1,6 @@
awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}' < wikiniews_results.tsv > reference_a.trn
cut -f2 reference_a.trn > reference.trn
cut -f3 reference_a.trn > hypothesis.trn
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout >> WER.txt
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout >> WER_SRR.txt