Yet another typo fix

This commit is contained in:
Kacper Kurzeja 2019-04-26 13:34:48 +02:00
parent ae3135f8e8
commit 629718d45d

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ node {
sh 'awk -f get_3rd.awk < wikiniews_results.tsv > references.txt'
sh 'awk -f txt_to_tsr_converter.awk < references.txt > references.trn'
sh 'awk -f txt_to_tsr_converter.awk < hypotheses.txt > hypotheses.trn'
sf 'sclite -f 0 -r references.trn trn -h hypotheses.trn trn -e utf-8 -i rm -o all stdout'
sh 'sclite -f 0 -r references.trn trn -h hypotheses.trn trn -e utf-8 -i rm -o all stdout'
}
sh label: '', script: './script.sh'