added --type flag which is now require
Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/commit/5d881092 Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/tree/5d881092 Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/diff/5d881092 Branch: refs/heads/master Commit: 5d8810929ec335157cb0a6c9cd538b91511a8e07 Parents: 1a7aa71 Author: Matt Post <[email protected]> Authored: Thu Oct 1 10:00:00 2015 -0400 Committer: Matt Post <[email protected]> Committed: Thu Oct 1 10:00:00 2015 -0400 ---------------------------------------------------------------------- 6.0/quick-start.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/5d881092/6.0/quick-start.md ---------------------------------------------------------------------- diff --git a/6.0/quick-start.md b/6.0/quick-start.md index 55d025a..094b615 100644 --- a/6.0/quick-start.md +++ b/6.0/quick-start.md @@ -31,6 +31,7 @@ First, download the dataset: Then, train and test a model $JOSHUA/bin/pipeline.pl --source bn --target en \ + --type hiero \ --no-prepare --aligner berkeley \ --corpus input/bn-en/tok/training.bn-en \ --tune input/bn-en/tok/dev.bn-en \
