diff options
Diffstat (limited to 'sourcecodes/k-best/src/drawgraph.sh')
| -rw-r--r-- | sourcecodes/k-best/src/drawgraph.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sourcecodes/k-best/src/drawgraph.sh b/sourcecodes/k-best/src/drawgraph.sh deleted file mode 100644 index a0f59c88..00000000 --- a/sourcecodes/k-best/src/drawgraph.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/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 - |
