Some minor refinements from expanding the corpus.
[pspp] / parse-all-light
index 3925c52f8d3bbd1e60e91647f1398bd47f67f4b1..1facaec43d2bf858272a30f356862464e2d724af 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/bash
-for d in {williams,germano,smekens,unzipped}/*/*light*.bin; do
+for d in {williams,germano,smekens,unzipped,unzipped2}/*/*light*.bin; do
     if ! ./dump all < $d >/dev/null; then
        echo $d
        ./dump all < $d