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/09/07 20:42:38 UTC

[3/4] incubator-joshua git commit: fixed documentation

fixed documentation


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

Branch: refs/heads/master
Commit: 209f22238b2c3d691935a91fbd0cfe76356464d6
Parents: 60bf717
Author: Matt Post <po...@cs.jhu.edu>
Authored: Wed Sep 7 16:40:41 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Wed Sep 7 16:40:41 2016 -0400

----------------------------------------------------------------------
 scripts/training/run_thrax.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/209f2223/scripts/training/run_thrax.py
----------------------------------------------------------------------
diff --git a/scripts/training/run_thrax.py b/scripts/training/run_thrax.py
index e38f6b2..eef2c19 100755
--- a/scripts/training/run_thrax.py
+++ b/scripts/training/run_thrax.py
@@ -35,10 +35,11 @@ EXAMPLE = r"""
 Example invocation:
 
 $JOSHUA/scripts/support/run_thrax.py \
+  /path/to/thrax.config \
   /path/to/corpus.SOURCE \
   /path/to/corpus.TARGET \
   /path/to/alignment \
-  -c /path/to/thrax.config \
+  /path/to/thrax.config \
   -o grammar.gz
 """
 parser = argparse.ArgumentParser(description='Run thrax')