SCLITE config

This commit is contained in:
Damian Michalski 2020-04-03 15:16:59 +02:00
parent d1d5e9cb49
commit 5b716fbd0e
2 changed files with 7 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -21,5 +21,10 @@ pipeline {
sh label: 'count lines', script: './sclite.sh'
}
}
stage('Archive') {
steps {
archiveArtifacts '/**'
}
}
}
}

View File

@ -1,2 +1,3 @@
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout > result.txt