Remove negative weight hack
[dormin.git] / index / index.sh
bloba10f11e971d460b980d1b1826353e779ef6e6768
1 path=$1
3 for file in NICO.DAT XAB XAC XAD XAE; do
4 test -f $file.index || python index.py $path/$file > $file.index
5 ocaml index.ml index $path/$file <$file.index
6 done