Script update

This commit is contained in:
Damian Michalski 2020-04-03 17:33:45 +02:00
parent 7446ca400b
commit 8a39af161d

View File

@ -1,4 +1,6 @@
cat result.txt | grep -i -w "Scores: (#C #S #D #I)" | cut -c23- | awk '{print (($2 + $3 + $4)/($2 + $3 + $1))*100;}' > wer_lines.txt
paste -d ' ' wikiniews_results.tsv wer_lines.txt
paste -d ' ' wikiniews_results.tsv wer_lines.txt > tmp.tsv
cat tmp.tsv > wikiniews_results.tsv
rm tmp.tsv