WER calculated
This commit is contained in:
parent
86775a4673
commit
739e081a17
@ -6,6 +6,6 @@ cut -f3 $1 > hypothesis.txt
|
||||
awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}' < reference.txt > reference.trn
|
||||
awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(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_SRR.txt
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user