Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Koehn <phi@jhu.edu>2016-05-27 12:39:42 +0300
committerPhilipp Koehn <phi@jhu.edu>2016-05-27 12:39:42 +0300
commitc11a533f146554a14571e1e21d6f0dd25c61b963 (patch)
tree20a6863b52f91452c39e055f9971d29133502022 /moses/Parameter.cpp
parent65810a38622269e391bbad30ee0c232430e4c008 (diff)
added segment level time out
Diffstat (limited to 'moses/Parameter.cpp')
-rw-r--r--moses/Parameter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/Parameter.cpp b/moses/Parameter.cpp
index fc9ec6480..0a83a954f 100644
--- a/moses/Parameter.cpp
+++ b/moses/Parameter.cpp
@@ -59,6 +59,7 @@ Parameter::Parameter()
AddParam(main_opts,"version", "show version of Moses and libraries used");
AddParam(main_opts,"show-weights", "print feature weights and exit");
AddParam(main_opts,"time-out", "seconds after which is interrupted (-1=no time-out, default is -1)");
+ AddParam(main_opts,"segment-time-out", "seconds for single segment after which is interrupted (-1=no time-out, default is -1)");
///////////////////////////////////////////////////////////////////////////////////////
// factorization options