diff options
author | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-02 03:28:21 +0000 |
---|---|---|
committer | redpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-02 03:28:21 +0000 |
commit | e829eb7cc9573029caa59e295aca50dad3e26a4a (patch) | |
tree | a6793026530e0da975eb74bd8d460e22caa88474 /gi | |
parent | ee48eb96e8228d922a8db2259a4f3666e45b0bd7 (diff) |
sort / filter rules by p(e|f), permit more features
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@100 ec762483-ff6d-05da-a07a-a48fb63a330f
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; |