Metrics
This commit is contained in:
parent
bdeedbe366
commit
3bae0e0f25
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -20,6 +20,15 @@ pipeline {
|
|||||||
stage('archiveArtifacts') {
|
stage('archiveArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts 'CountResult.txt'
|
archiveArtifacts 'CountResult.txt'
|
||||||
|
archiveArtifacts 'wyniki'
|
||||||
|
archiveArtifacts 'reference.txt'
|
||||||
|
archiveArtifacts 'hypothesis.trn'
|
||||||
|
archiveArtifacts 'hypothesis.txt'
|
||||||
|
archiveArtifacts 'reference.txt'
|
||||||
|
archiveArtifacts 'wer_all.txt'
|
||||||
|
archiveArtifacts 'wer.txt'
|
||||||
|
archiveArtifacts 'srr.txt'
|
||||||
|
archiveArtifacts 'wikinews_results.tsv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,4 +6,4 @@ cut -f3 wikiniews_results.tsv > reference.txt
|
|||||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn
|
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn
|
||||||
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn
|
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn
|
||||||
|
|
||||||
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout | grep 'Scores' > results
|
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout | grep 'Scores' > wyniki
|
Loading…
Reference in New Issue
Block a user