diff --git a/line_counter.sh b/line_counter.sh index 8060b7b..b7e2cc2 100644 --- a/line_counter.sh +++ b/line_counter.sh @@ -8,3 +8,6 @@ awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.tr 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 +