metryki6
This commit is contained in:
parent
85bb23c3a0
commit
0e890acac0
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -6,10 +6,10 @@ node{
|
|||||||
def customImage = docker.build("my-custom-image")
|
def customImage = docker.build("my-custom-image")
|
||||||
customImage.inside {
|
customImage.inside {
|
||||||
sh 'echo works'
|
sh 'echo works'
|
||||||
sh 'awk -f file.awk < wikiniews_results.tsv > hypotheses.txt'
|
sh 'awk -f file.awk < wikiniews_results.tsv > hypothesis.txt'
|
||||||
sh 'awk -f file2.awk < wikiniews_results.tsv > references.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")"}\' < reference.txt > reference.trn'
|
||||||
sh 'awk '{print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn'
|
sh 'awk \' {print gensub("^\\*\\*", "\\\\**", "g", $0) "\t(sp1_"NR")"}\' < 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 stdout'
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user