Correct file names

This commit is contained in:
Krzysztof Józefowicz 2019-05-16 20:55:23 +02:00
parent 8e4ec404a5
commit 22c5be2884
2 changed files with 5 additions and 3 deletions

7
Jenkinsfile vendored
View File

@ -7,9 +7,10 @@ pipeline {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s416094/s416094-mlworkshops']]])
sh label: '', script: 'chmod 777 counter.sh'
sh label: '', script: './counter.sh'
archiveArtifacts 'hypothesis.trn'
archiveArtifacts 'reference.trn'
archiveArtifacts 'results.txt'
archiveArtifacts 'wikiniews_results.tsv'
archiveArtifacts 'wer_avg.txt'
archiveArtifacts 'srr.txt'
archiveArtifacts 'wer_srr.txt'
}
}
}

View File

@ -3,3 +3,4 @@ awk 'BEGIN { FS="\t" } {print gensub("^\\*\\*", "\\\\**", "g", $3) "\t(sp1_"NR")
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout >> results.txt
python count.py
mv result.tsv wikiniews_results.tsv