diff options
author | trevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-15 10:58:36 +0000 |
---|---|---|
committer | trevor.cohn <trevor.cohn@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-15 10:58:36 +0000 |
commit | eced1f460832a59e9b3b49e3b20b4c626fc44640 (patch) | |
tree | 3b5504acfe176f63e0daf33934e3e8df897b0bed | |
parent | 03b8a687ff9537a75931d79657d9bb57aefb4bc6 (diff) |
Restored label thresholding variable declaration - oops.
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@263 ec762483-ff6d-05da-a07a-a48fb63a330f
-rwxr-xr-x | gi/pipeline/local-gi-pipeline.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gi/pipeline/local-gi-pipeline.pl b/gi/pipeline/local-gi-pipeline.pl index cb411c1b..f7e9dd22 100755 --- a/gi/pipeline/local-gi-pipeline.pl +++ b/gi/pipeline/local-gi-pipeline.pl @@ -20,6 +20,7 @@ my $CONTEXT_SIZE = 1; my $BIDIR = 0; my $TOPICS_CONFIG = "pyp-topics.conf"; my $LANGUAGE = "target"; +my $LABEL_THRESHOLD = 0; my $MODEL = "pyp"; my $NUM_EM_ITERS = 100; |