metryki11

This commit is contained in:
Dawid Kubicki 2019-04-26 15:21:50 +02:00
parent 2eaf6584d1
commit f5885ae994

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ node{
sh 'awk -f file3.awk < reference.txt > reference.trn'
sh 'awk -f file3.awk < hypothesis.txt > hypothesis.trn'
sh 'sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all -p > tmp_metrics'
sh 'python3 ./xml_parser.py'
sh 'python3 ./parser.py'
sh 'paste wikiniews_results.tsv WERs > wikiniews_results_with_WERs.tsv'
}
}