jenkinsfile
This commit is contained in:
parent
32e4f4e6e1
commit
674deace1d
@ -6,7 +6,7 @@ cut -f2 wikiniews_results.tsv > hypothesis.txt
|
||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn
|
||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn
|
||||
|
||||
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > example.txt
|
||||
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout
|
||||
|
||||
head -15 reference.trn
|
||||
head -15 hypothesis.trn
|
||||
|
Loading…
Reference in New Issue
Block a user