diff --git a/line_counter.sh b/line_counter.sh index a51e456..b7e2cc2 100644 --- a/line_counter.sh +++ b/line_counter.sh @@ -6,7 +6,7 @@ cut -f2 wikiniews_results.tsv > hypothesis.txt awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn -sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > example.txt +sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout head -15 reference.trn head -15 hypothesis.trn