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:
authorphikoehn <pkoehn@inf.ed.ac.uk>2013-08-15 14:46:45 +0400
committerphikoehn <pkoehn@inf.ed.ac.uk>2013-08-15 14:46:45 +0400
commitb368085609b1d638de571e963295117003defc91 (patch)
tree21777725deebf9a7e7d54e0eccc4af89078843cf /moses/TypeDef.h
parentabfe02f1541bd3f2323e53f2a46875cc78eabc2b (diff)
xml constraint
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 af3a47b23..122c3d1dc 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -134,10 +134,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 {