This commit is contained in:
s416178 2020-04-03 12:44:08 +02:00
parent 30576f79d6
commit 59aeb9660e

View File

@ -1,3 +1,11 @@
#!/bin/bash
wc -l $1
cut -f 2 $1 > hypothesis.txt
cut -f 3 $1 > reference.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