jenkinsfile
This commit is contained in:
parent
91a9f5936e
commit
9dd16a0ab3
@ -1,2 +1,2 @@
|
||||
txt = input()
|
||||
print(txt)
|
||||
file = open("helper.txt", "r")
|
||||
print(txt.read())
|
@ -8,6 +8,6 @@ awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.tr
|
||||
|
||||
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > helper.txt
|
||||
|
||||
python ./createWERandSRRFiles.py < helper.txt
|
||||
python ./createWERandSRRFiles.py
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user