diff --git a/script.sh b/script.sh index b843a86..c846232 100644 --- a/script.sh +++ b/script.sh @@ -6,4 +6,7 @@ awk -F "\t" '{print $2}' 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 \ No newline at end of file +sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout + +cat hypothesis.trn +cat reference.trn \ No newline at end of file