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:39:00 +0300
committerPhil Williams <philip.williams@mac.com>2015-02-02 18:39:00 +0300
commit984936f05fc3e241785c3aee35870a31a821eb2b (patch)
tree41370623419e1ea6a7e73f030ab8c2c0e237f4a6 /moses/TypeDef.h
parente177131a2267f372aa52853822f956e9185a3824 (diff)
Placeholders for new syntax-based search algorithms
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index 06c6a4782..009a541be 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -148,6 +148,9 @@ enum SearchAlgorithm {
,NormalBatch = 4
,ChartIncremental = 5
,SyntaxS2T = 6
+ ,SyntaxT2S = 7
+ ,SyntaxT2S_SCFG = 8
+ ,SyntaxF2S = 9
};
enum SourceLabelOverlap {