metrics
This commit is contained in:
parent
ec2ab681bd
commit
5348f8a2ba
2
count.sh
2
count.sh
@ -8,7 +8,7 @@ cut -f3 wikiniews_results.tsv > reference.txt
|
||||
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 | grep Scores > scores
|
||||
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout | grep "Scores:" > scores
|
||||
|
||||
awk 'BEGIN{FS=OFS="\t"}{print $6, $7, $8, $9}' < scores | awk '{print ($2+$3+$4)/($1+$2+$3) }' > wer_results.txt
|
||||
awk '{ all+=$0;count++ } END { print all/count }' wer_results.txt > wer.txt
|
||||
|
Loading…
Reference in New Issue
Block a user