This commit is contained in:
laskau 2019-04-26 13:34:19 +02:00
parent acb68e6a58
commit 2dc748bea2

10
Jenkinsfile vendored
View File

@ -32,16 +32,6 @@ pipeline {
}
}
stage('WER & SRR') {
steps {
cat Infra/wikiniews_results.tsv | cut -d ',' -f3 > reference.txt
cat Infra/wikiniews_results.tsv | cut -d ',' -f2 > hypothesis.txt
sh 'sh metryki.sh' reference.txt reference.trn
sh 'sh metryki.sh' hypothesis.txt hypothesis.trn
sh 'sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout'
}
}
}
}