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:
authorPhil Williams <philip.williams@mac.com>2015-02-02 18:01:59 +0300
committerPhil Williams <philip.williams@mac.com>2015-02-02 18:01:59 +0300
commite177131a2267f372aa52853822f956e9185a3824 (patch)
tree0950f50eb6487b3350b57d35b9ecb3b832e15464 /moses/TypeDef.h
parente542986ed5157059d4505d52aecb90c73bb8be74 (diff)
Remove -s2t option (use -search-algorithm=6 instead)
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index 2a18e86a7..06c6a4782 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -147,6 +147,7 @@ enum SearchAlgorithm {
,CYKPlus = 3
,NormalBatch = 4
,ChartIncremental = 5
+ ,SyntaxS2T = 6
};
enum SourceLabelOverlap {