This commit is contained in:
Dominika Grajewska 2019-04-26 15:07:30 +02:00
parent efb48bc628
commit 30d22f3487
2 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,6 +10,6 @@ customImage.inside {
sh 'awk -f file2.awk < wikiniews_results.tsv > reference.txt'
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 stdout'
sh 'sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all -p > tmp_metrics'
}
}

0
file.py Normal file
View File