diff --git a/script.sh b/script.sh index ac9a5af..7dd4117 100644 --- a/script.sh +++ b/script.sh @@ -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