updated dockerfile
This commit is contained in:
parent
cc46c31adf
commit
2d14f406e1
2
WER.sh
2
WER.sh
@ -2,5 +2,5 @@ cut -f2 wikiniews_results.tsv > hypothesis.txt && cut -f3 wikiniews_results.tsv
|
|||||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn
|
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn
|
||||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn
|
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn
|
||||||
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > sclite_results.txt
|
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > sclite_results.txt
|
||||||
python3 calc_wer.py
|
python3 calc_wer.py < sclite_results.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user