jenkinsfile

This commit is contained in:
unknown 2020-04-03 14:05:28 +02:00
parent 91a9f5936e
commit 9dd16a0ab3
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
txt = input()
print(txt)
file = open("helper.txt", "r")
print(txt.read())

View File

@ -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