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/11/22 18:08:04 UTC

[3/4] incubator-joshua git commit: Merge branch 'JOSHUA-316' of github.com:lewismc/incubator-joshua into JOSHUA-316

Merge branch 'JOSHUA-316' of github.com:lewismc/incubator-joshua into JOSHUA-316


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

Branch: refs/heads/master
Commit: 663ea6d24c30138d283c0064d261ad0edfa8f689
Parents: bea6161 000298e
Author: Matt Post <po...@cs.jhu.edu>
Authored: Tue Nov 22 13:06:32 2016 -0500
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Tue Nov 22 13:06:32 2016 -0500

----------------------------------------------------------------------
 scripts/language-pack/README.template |  2 +-
 scripts/support/run_bundler.py        | 12 ++++++------
 scripts/training/run_tuner.py         | 13 +++++++------
 3 files changed, 14 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/663ea6d2/scripts/language-pack/README.template
----------------------------------------------------------------------
diff --cc scripts/language-pack/README.template
index d05b2e1,90a9899..b3bad9b
--- a/scripts/language-pack/README.template
+++ b/scripts/language-pack/README.template
@@@ -48,9 -42,9 +48,9 @@@ optio
  
  You can then connect directly to the socket using nc or telnet:
  
 -    cat sentences.txt | prepare.sh | nc localhost 5674 > output.txt
 +    cat example.<SRC> | prepare.sh | nc localhost 5674 > output.<TRG>
  
- You can set the RESTful interface by also passing '-server-type http':
+ You can set the RESTful interface by also passing `-server-type http`:
  
      joshua -server-port 5674 -server-type http