Zaktualizuj 'script.sh'
This commit is contained in:
parent
11c64593e3
commit
c540ea35b0
@ -9,4 +9,4 @@ 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.txt
|
||||
grep "^0$" Scores | wc -l > srr.txt
|
||||
grep "^0$" wer.txt | wc -l > srr.txt
|
Loading…
Reference in New Issue
Block a user