zadanie3 test11
This commit is contained in:
parent
6890e4a615
commit
71379a1d1d
4
count.sh
4
count.sh
@ -6,9 +6,7 @@ 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
|
||||
|
||||
var=$(sclite -f 0 -r reference.trn trn -h hypothesis.trn trn -e utf-8 -i rm -o all stdout | grep "Scores: ")
|
||||
|
||||
while read var ; do
|
||||
echo line="${line:23}"
|
||||
echo "$var"
|
||||
done
|
||||
|
||||
echo "$var"
|
||||
|
Loading…
Reference in New Issue
Block a user