WER calculated
This commit is contained in:
parent
f1d4cd1f2b
commit
f5946cf0f3
@ -17,3 +17,5 @@ paste $FILE WER_outcomes.txt > wikiniews_results2.tsv
|
||||
|
||||
awk '{ sum += $1; n++ } END { if (n > 0) print sum / n; }' WER_outcomes.txt > WER_SSR_outcomes.txt
|
||||
|
||||
awk '{ n++; if ($2==0) && ($3==0) && ($4==0) corr++} END { print corr / n; }'values.txt >> WER_SSR_outcomes.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user