WER calculated
This commit is contained in:
parent
d95c43b492
commit
4ed877e2c7
@ -17,5 +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
|
||||
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