metryki
This commit is contained in:
parent
9361b7831d
commit
388582c9a1
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -6,5 +6,10 @@ node{
|
||||
def customImage = docker.build("my-custom-image")
|
||||
customImage.inside {
|
||||
sh 'echo works'
|
||||
sh 'awk -f file.awk < wikiniews_results.tsv > hypotheses.txt'
|
||||
sh 'awk -f file2.awk < wikiniews_results.tsv > references.txt'
|
||||
sh 'awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}' < reference.txt > reference.trn'
|
||||
sh 'awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}' < hypotheses.txt > hypotheses.trn'
|
||||
sh 'sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout'
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user