Ex.3 fixed typo
This commit is contained in:
parent
5a99a4ef57
commit
e203493f11
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
||||
sh label: '', script: './count_metrics.sh wikiniews_results.tsv'
|
||||
archiveArtifacts 'srr.txt'
|
||||
archiveArtifacts 'wer.txt'
|
||||
archiveArtifacts 'wikiniews_results_with_wer.txt'
|
||||
archiveArtifacts 'wikiniews_results_with_wer.tsv'
|
||||
}
|
||||
}
|
||||
stage('Archive results'){
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# create trn
|
||||
cut -f2 $1| awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > hypothesis.trn
|
||||
cut -f2 $1 | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > hypothesis.trn
|
||||
cut -f3 $1 | awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' > reference.trn
|
||||
|
||||
#wer for each line
|
||||
|
Loading…
Reference in New Issue
Block a user