jenkinsfile
This commit is contained in:
parent
674deace1d
commit
5d42c3e40c
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -6,7 +6,8 @@ pipeline {
|
|||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops.git']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s421818/s421818-mlworkshops.git']]])
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
||||||
sh('chmod 755 ./line_counter.sh')
|
sh('chmod 755 ./line_counter.sh')
|
||||||
sh('./line_counter.sh')
|
sh('chmod 755 ./createWERandSRRFiles.py')
|
||||||
|
sh('./metrics.sh')
|
||||||
archiveArtifacts 'liczba_linii.txt'
|
archiveArtifacts 'liczba_linii.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
wc -l wikiniews_results.tsv > liczba_linii.txt
|
|
||||||
|
|
||||||
cut -f3 wikiniews_results.tsv > reference.txt
|
|
||||||
cut -f2 wikiniews_results.tsv > hypothesis.txt
|
|
||||||
|
|
||||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn
|
|
||||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn
|
|
||||||
|
|
||||||
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout
|
|
||||||
|
|
||||||
head -15 reference.trn
|
|
||||||
head -15 hypothesis.trn
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user