pierwszy
This commit is contained in:
parent
d8e657bec3
commit
f7d214ffe7
@ -1,3 +1,6 @@
|
||||
|
||||
cut -f 2 wikiniews_results.tsv > reference.txt
|
||||
cut -f 3 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
|
||||
|
Loading…
Reference in New Issue
Block a user