zadanie3 test6

This commit is contained in:
massta 2020-04-03 15:43:49 +02:00
parent 6b8faff333
commit 0675f1cad1

View File

@ -5,4 +5,4 @@ cut -f3 -s wikiniews_results.tsv > referencje.txt
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < referencje.txt > reference.trn
awk 'BEGIN{FS=OFS="\t"}{print $0,"(sp1_"NR")"}' < hipotezy.txt > hypothesis.trn
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o dtl stdout | grep "with error" | cat -f2
sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o dtl stdout | grep "with error" | cut -f2