about summary refs log tree commit diff
path: root/sourcecodes/k-best/src/drawgraph.sh
blob: a0f59c88b4585d11975d896f8a262d2a2aef3c44 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
k=$1
rdir=$2
for ((  i = 0 ;  i < k;  i++  ))
do
	${rdir}/../../src/arcs2dot ${rdir}/../iris.vd ${rdir}/$arc$i ${rdir}/dot_$i 
done