Dodaj 'metryki.sh'

This commit is contained in:
Marek Wendlandt 2019-05-16 13:34:03 +00:00
parent e0e0d82f1a
commit de28dab23f

7
metryki.sh Normal file
View File

@ -0,0 +1,7 @@
cut -f 2 wikiniews_results.tsv > reference.txt
cut -f 3 wikiniews_results.tsv > hypothesis.txt
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > sclite.txt