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/04/24 22:53:37 UTC

[16/18] incubator-joshua git commit: added lowercaser option to pipeline (set to 'cat' for null)

added lowercaser option to pipeline (set to 'cat' for null)


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

Branch: refs/heads/morph
Commit: f2ae90433c7e3e3dc95fa697c3565e4462306ba0
Parents: 3f4fa99
Author: Matt Post <po...@cs.jhu.edu>
Authored: Sun Apr 24 15:39:01 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Sun Apr 24 15:39:01 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/f2ae9043/scripts/training/pipeline.pl
----------------------------------------------------------------------
diff --git a/scripts/training/pipeline.pl b/scripts/training/pipeline.pl
index 8629508..a438e60 100755
--- a/scripts/training/pipeline.pl
+++ b/scripts/training/pipeline.pl
@@ -264,6 +264,7 @@ my $retval = GetOptions(
   "tokenizer-source=s"      => \$TOKENIZER_SOURCE,
   "tokenizer-target=s"      => \$TOKENIZER_TARGET,
   "normalizer=s"      => \$NORMALIZER,
+  "lowercaser=s"      => \$LOWERCASER,
   "joshua-config=s"   => \$_JOSHUA_CONFIG,
   "joshua-args=s"      => \$_JOSHUA_ARGS,
   "joshua-mem=s"      => \$JOSHUA_MEM,