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:
authorAles Tamchyna <tamchyna@ufal.mff.cuni.cz>2015-01-08 14:32:34 +0300
committerAles Tamchyna <tamchyna@ufal.mff.cuni.cz>2015-01-08 14:32:34 +0300
commitcf4608163f8cc33fd2d19956704fb4480f4aa175 (patch)
treef58e4a4b9d93d04ceea619dbd94f33a799d16d71 /moses/TypeDef.h
parent93702844e59017df0b4fe6eca0ff0e4369756932 (diff)
parentd1677c75087d8100c315ddc0587bc72cfcae4342 (diff)
Merge branch 'vw_integration' of github.com:moses-smt/mosesdecoder into vw_integration
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 f8030997d..d0bd636b3 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -123,6 +123,7 @@ enum InputTypeEnum {
,WordLatticeInput = 2
,TreeInputType = 3
,WordLatticeInput2 = 4
+ , TabbedSentenceInput = 5
};