Task 3
This commit is contained in:
parent
30576f79d6
commit
59aeb9660e
@ -1,3 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wc -l $1
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user