zad3 - test1-quickfix
This commit is contained in:
parent
9f46733b4e
commit
f83432b0b2
2
count.sh
2
count.sh
@ -3,6 +3,6 @@ cut -f2 -s wikiniews_results.tsv > hipotezy.txt
|
||||
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 > hipothesis.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 all stdout
|
||||
|
Loading…
Reference in New Issue
Block a user