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:
authorAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-09-30 19:04:53 +0300
committerAnoop Kunchukuttan <anoop.kunchukuttan@gmail.com>2020-09-30 19:04:53 +0300
commitc635efaf2385b2fe692501543fe6a8ab26c87ef9 (patch)
tree8b80af8af0289d97318081611caecb27d83b084f
parent2b6d72ccb954d4d87f8b347c2b09b2b05f4fdc15 (diff)
added to typedef
-rw-r--r--moses2/TypeDef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/moses2/TypeDef.h b/moses2/TypeDef.h
index aed39ac11..d96257ac2 100644
--- a/moses2/TypeDef.h
+++ b/moses2/TypeDef.h
@@ -71,7 +71,8 @@ enum InputTypeEnum {
TreeInputType = 3,
//,WordLatticeInput2 = 4,
TabbedSentenceInput = 5,
- ForestInputType = 6
+ ForestInputType = 6,
+ SentenceInputWithCandidates = 7,
};
enum XmlInputType {