jenkinsfile
This commit is contained in:
parent
43fe488a90
commit
adde8222d3
@ -0,0 +1,2 @@
|
|||||||
|
txt = input()
|
||||||
|
print(txt)
|
@ -6,10 +6,6 @@ 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")"}' < reference.txt > reference.trn
|
||||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.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
|
python ./createWERandSRRFiles.py < sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout
|
||||||
|
|
||||||
python ./createWERandSRRFiles.py
|
|
||||||
|
|
||||||
head -15 reference.trn
|
|
||||||
head -15 hypothesis.trn
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user