You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/07/25 14:25:31 UTC

[2/6] incubator-joshua git commit: added pipeline parameter

added pipeline parameter


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/fcdd7cd0
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/fcdd7cd0
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/fcdd7cd0

Branch: refs/heads/master
Commit: fcdd7cd05c69e718fed3a476f1112244ddb29f8b
Parents: b259ddf
Author: Matt Post <po...@cs.jhu.edu>
Authored: Fri Jul 15 11:02:13 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Fri Jul 15 11:02:13 2016 -0400

----------------------------------------------------------------------
 scripts/training/pipeline.pl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/fcdd7cd0/scripts/training/pipeline.pl
----------------------------------------------------------------------
diff --git a/scripts/training/pipeline.pl b/scripts/training/pipeline.pl
index 2a3cc92..b8512fc 100755
--- a/scripts/training/pipeline.pl
+++ b/scripts/training/pipeline.pl
@@ -276,6 +276,7 @@ my $retval = GetOptions(
   "maxlen-tune=i"        => \$MAXLEN_TUNE,
   "maxlen-test=i"        => \$MAXLEN_TEST,
   "maxlines=i"        => \$MAXLINES,
+  "maxlen-phrase=i"   => \$MAX_PHRASE_LEN,
   "tokenizer-source=s"      => \$TOKENIZER_SOURCE,
   "tokenizer-target=s"      => \$TOKENIZER_TARGET,
   "normalizer=s"      => \$NORMALIZER,