You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by le...@apache.org on 2016/08/24 02:53:43 UTC

incubator-joshua git commit: Update examples README pipeline invocation parameters

Repository: incubator-joshua
Updated Branches:
  refs/heads/master 5ed36b094 -> 0744ebf56


Update examples README pipeline invocation parameters


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

Branch: refs/heads/master
Commit: 0744ebf56906dbe70292737cd50a39652407869d
Parents: 5ed36b0
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Tue Aug 23 20:01:06 2016 -0700
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Tue Aug 23 20:01:06 2016 -0700

----------------------------------------------------------------------
 examples/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/0744ebf5/examples/README.md
----------------------------------------------------------------------
diff --git a/examples/README.md b/examples/README.md
index 3681aa1..72e8347 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -32,15 +32,15 @@ C) Train the model:
 ```
 $ mkdir -p $HOME/expts/joshua && cd $HOME/expts/joshua
 $ $JOSHUA/bin/pipeline.pl \
+        --type hiero \
         --rundir 1 \
         --readme "Baseline Hiero run" \
         --source es \
         --target en \
-        --lm-gen srilm \
         --witten-bell \
         --corpus $SPANISH/corpus/asr/callhome_train \
         --corpus $SPANISH/corpus/asr/fisher_train \
         --tune  $SPANISH/corpus/asr/fisher_dev \
         --test  $SPANISH/corpus/asr/callhome_devtest \
         --lm-order 3
-```
\ No newline at end of file
+```