This commit is contained in:
s460941 2020-04-23 22:46:26 +02:00
parent 98bd57a62c
commit 51a910e7a5

View File

@ -2,12 +2,6 @@ var=$(wc -l "wikiniews_results.tsv")
lines=${var%% *}
echo $lines > "lines_number.txt"
#cut -f2 wikiniews_results.tsv | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > hyp.trn
#cut -f3 wikiniews_results.tsv | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > ref.trn
#sclite -f 0 -r ref.trn trn -h hyp.trn trn -e utf-8 -i rm -o pra stdout | grep "Scores:" | sed 's/Scores: (#C #S #D #I) // ' | awk '{ print ($2+$3+$4)/($1+$2+$3)}' > wer_all.txt
#awk '{ sum += $1; n++ } END { print sum / n; }' < wer_all.txt >> wer.txt
cut -f2 wikiniews_results.tsv > hypothesis.txt
cut -f3 wikiniews_results.tsv > reference.txt