diff options
Diffstat (limited to 'gi/pipeline/OLD.evaluation-pipeline.pl')
-rwxr-xr-x | gi/pipeline/OLD.evaluation-pipeline.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gi/pipeline/OLD.evaluation-pipeline.pl b/gi/pipeline/OLD.evaluation-pipeline.pl index 06c89b60..49c303eb 100755 --- a/gi/pipeline/OLD.evaluation-pipeline.pl +++ b/gi/pipeline/OLD.evaluation-pipeline.pl @@ -43,7 +43,7 @@ my $FILTSCORE = "$EXTOOLS/filter_score_grammar"; my $ADDXFEATS = "$SCRIPT_DIR/scripts/xfeats.pl"; assert_exec($CDEC, $PARALLELIZE, $FILTSCORE, $DISTVEST, $ADDXFEATS); -my $config = "$SCRIPT_DIR/clsp.config"; +my $config = "$SCRIPT_DIR/OLD.clsp.config"; print STDERR "CORPORA CONFIGURATION: $config\n"; open CONF, "<$config" or die "Can't read $config: $!"; my %paths; @@ -233,7 +233,7 @@ EOT sub print_help { print STDERR<<EOT; -Usage: $0 [OPTIONS] language-pair grammar.bidir.gz +Usage: $0 [OPTIONS] language-pair unfiltered-grammar.gz Given an induced grammar for an entire corpus (i.e., generated by local-gi-pipeline.pl), filter and featurize it for a dev and test set, |