diff options
Diffstat (limited to 'gi')
-rwxr-xr-x | gi/pipeline/filter-for-test-set.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pipeline/filter-for-test-set.pl b/gi/pipeline/filter-for-test-set.pl index f78501d2..1747c603 100755 --- a/gi/pipeline/filter-for-test-set.pl +++ b/gi/pipeline/filter-for-test-set.pl @@ -25,7 +25,7 @@ print STDERR " GRAMMAR: $corpus\n"; print STDERR "TEST SET: $corpus\n"; print STDERR "Extracting...\n"; -safesystem("$ZCAT $grammar | $FILTER $testset | $SCORE $corpus") or die "Failed"; +safesystem("$ZCAT $grammar | $FILTER $testset | $SCORE -c $corpus") or die "Failed"; sub usage { print <<EOT; |