update Jenkinsfile
This commit is contained in:
parent
061eb647c6
commit
8dc01de8e0
2
count.sh
2
count.sh
@ -8,7 +8,7 @@ cut -f2 $MYFILE | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > hypothesis.t
|
||||
cut -f3 $MYFILE | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > reference.trn
|
||||
|
||||
#wer for each line
|
||||
echo wer.txt | sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout >> scliteresult.txt
|
||||
echo wer.txt | sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > scliteresult.txt
|
||||
COUNT_DIFF=$(diff hypothesis.trn reference.trn | grep "^>" | wc -l)
|
||||
echo $COUNT_DIFF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user