This commit is contained in:
Szymon Świergosz 2019-04-26 14:38:01 +02:00
parent 6ce67a9040
commit a54b5e6737

2
wer.sh
View File

@ -2,4 +2,4 @@ cut -f2 wikiniews_results.tsv > hypothesis.txt && cut -f3 wikiniews_results.tsv
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_output.txt
python3 calc_wer.py
python3 calc_wer.py < sclite_output.txt