jenkinsfile

This commit is contained in:
unknown 2020-04-03 13:41:33 +02:00
parent 5d42c3e40c
commit 99d1db1d16
2 changed files with 15 additions and 0 deletions

0
createWERandSRRFiles.py Normal file
View File

15
metrics.sh Normal file
View File

@ -0,0 +1,15 @@
wc -l wikiniews_results.tsv > liczba_linii.txt
cut -f3 wikiniews_results.tsv > reference.txt
cut -f2 wikiniews_results.tsv > hypothesis.txt
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < reference.txt > reference.trn
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hypothesis.txt > hypothesis.trn
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout
python ./createWERandSRRFiles.py
head -15 reference.trn
head -15 hypothesis.trn