typo
This commit is contained in:
parent
6ce67a9040
commit
a54b5e6737
2
wer.sh
2
wer.sh
@ -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
|
Loading…
Reference in New Issue
Block a user