updated documentation on -output-format
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/f74fc8cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/tree/f74fc8cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/diff/f74fc8cd Branch: refs/heads/asf-site Commit: f74fc8cd24e04a9035bf0fc89cbd91772c6a5f96 Parents: 62a3273 Author: Matt Post <[email protected]> Authored: Fri Jun 19 22:09:03 2015 -0400 Committer: Matt Post <[email protected]> Committed: Fri Jun 19 22:09:03 2015 -0400 ---------------------------------------------------------------------- 6.0/decoder.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-joshua-site/blob/f74fc8cd/6.0/decoder.md ---------------------------------------------------------------------- diff --git a/6.0/decoder.md b/6.0/decoder.md index 295cf87..149f5e6 100644 --- a/6.0/decoder.md +++ b/6.0/decoder.md @@ -257,7 +257,9 @@ where the indices correspond to the order of the language model declaration line $ echo "¿ who you lookin' at , mr. ?" | $JOSHUA/bin/decoder -output-format "%S" -mark-oovs false 2> /dev/null ¿Who you lookin' at, Mr.? - - `%t`: the synchronous derivation + - `%t`: the target-side tree projection, all printed on one line (PTB style) + + - `%d`: the synchronous derivation, with each rules printed indented on their own lines - `%f`: the list of feature values (as name=value pairs) @@ -265,7 +267,7 @@ where the indices correspond to the order of the language model declaration line - `%w`: the weight vector (unimplemented) - - `%a`: the alignments between source and target words (unimplemented) + - `%a`: the alignments between source and target words (currently broken for hierarchical mode) The default value is
