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:
authorNicola Bertoldi <bertoldi@fbk.eu>2014-01-14 11:50:18 +0400
committerNicola Bertoldi <bertoldi@fbk.eu>2014-01-14 11:50:18 +0400
commit50970b2b598c5ff5194df23163f380b1c0ca6ee0 (patch)
tree5369e8eff8bbb40088771b1f911736b704d8945a /moses/TypeDef.h
parentedc8fa8bd6146f3c4ed986839e5ac8b3a37c0003 (diff)
parentaf6b1f2b4e40a95b0a606459dfffe6e2b4c6da85 (diff)
merge master into this branch
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index a1eb3084d..5675ca328 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -135,10 +135,11 @@ enum InputTypeEnum {
};
enum XmlInputType {
- XmlPassThrough = 0,
- XmlIgnore = 1,
- XmlExclusive = 2,
- XmlInclusive = 3
+ XmlPassThrough = 0,
+ XmlIgnore = 1,
+ XmlExclusive = 2,
+ XmlInclusive = 3,
+ XmlConstraint = 4
};
enum DictionaryFind {