Metryki6
This commit is contained in:
parent
b2bbd584be
commit
18a244b7d9
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -36,8 +36,8 @@ pipeline {
|
||||
steps {
|
||||
sh 'cat Infra/wikiniews_results.tsv | cut -d ',' -f3 > reference.txt'
|
||||
sh 'cat Infra/wikiniews_results.tsv | cut -d ',' -f2 > hypothesis.txt'
|
||||
sh 'sh metryki.sh' reference.txt reference.trn
|
||||
sh 'sh metryki.sh' hypothesis.txt hypothesis.trn
|
||||
sh 'sh metryki.sh reference.txt reference.trn'
|
||||
sh 'sh metryki.sh hypothesis.txt hypothesis.trn'
|
||||
sh 'sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user