diff --git a/line_counter.sh b/line_counter.sh index ea4d99b..a51e456 100644 --- a/line_counter.sh +++ b/line_counter.sh @@ -8,5 +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 > example.txt -head -15 example.txt +head -15 reference.trn +head -15 hypothesis.trn