From 5948912d1d0e3d6bdb55fd943b1533a032d8e3fc Mon Sep 17 00:00:00 2001 From: Barry Haddow Date: Tue, 22 Nov 2011 14:40:33 +0000 Subject: Fix name of backoff parameter --- moses/src/Parameter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moses') diff --git a/moses/src/Parameter.cpp b/moses/src/Parameter.cpp index ef303deb8..0dcee2992 100644 --- a/moses/src/Parameter.cpp +++ b/moses/src/Parameter.cpp @@ -43,7 +43,7 @@ Parameter::Parameter() AddParam("beam-threshold", "b", "threshold for threshold pruning"); AddParam("config", "f", "location of the configuration file"); AddParam("continue-partial-translation", "cpt", "start from nonempty hypothesis"); - AddParam("decode-graph-backoff", "dpb", "only use subsequent decoding paths for unknown spans of given length"); + AddParam("decoding-graph-backoff", "dpb", "only use subsequent decoding paths for unknown spans of given length"); AddParam("drop-unknown", "du", "drop unknown words instead of copying them"); AddParam("disable-discarding", "dd", "disable hypothesis discarding"); AddParam("factor-delimiter", "fd", "specify a different factor delimiter than the default"); -- cgit v1.2.3