Zaktualizuj 'script.sh'

This commit is contained in:
Jędrzej Furmann 2020-04-03 13:34:30 +00:00
parent a8267b3141
commit d2f4fe21a8

View File

@ -8,4 +8,5 @@ awk 'BEGIN{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 | grep Scores > Scores
awk 'BEGIN{OFS="\t"}{print $6, $7, $8, $9}' < Scores | awk '{ print ($2 + $3 + $4)/($2 + $3 + $1) }' > wer.tsv
awk 'BEGIN{OFS="\t"}{print $6, $7, $8, $9}' < Scores | awk '{ print ($2 + $3 + $4)/($2 + $3 + $1) }' > wer.txt
grep -cFx '0' Scores > srr.txt