s416085-mlworkshops/counter.sh
Krzysztof Józefowicz 22c5be2884 Correct file names
2019-05-16 20:55:23 +02:00

7 lines
401 B
Bash

awk 'BEGIN { FS="\t" } {print gensub("^\\*\\*", "\\\\**", "g", $2) "\t(sp1_"NR")"}' wikiniews_results.tsv > reference.trn
awk 'BEGIN { FS="\t" } {print gensub("^\\*\\*", "\\\\**", "g", $3) "\t(sp1_"NR")"}' wikiniews_results.tsv > hypothesis.trn
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout >> results.txt
python count.py
mv result.tsv wikiniews_results.tsv