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:
authorUlrich Germann <Ulrich.Germann@gmail.com>2015-08-05 04:15:34 +0300
committerUlrich Germann <Ulrich.Germann@gmail.com>2015-08-05 04:15:34 +0300
commit3323a027278d099332a184971fc2c370ebceb2ca (patch)
tree8d9387a3590d2533448c58f4d01f07e5ec969970 /moses/TypeDef.h
parentfc10ad4afb812200d7529256797a10438cfaf1f3 (diff)
Option reorganisation in StaticData.
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index 366a9dc77..d8f881df4 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -1,3 +1,4 @@
+// -*- mode: c++; indent-tabs-mode: nil; tab-width: 2 -*-
/***********************************************************************
Moses - factored phrase-based language decoder
Copyright (C) 2006 University of Edinburgh
@@ -113,12 +114,12 @@ enum DistortionOrientationOptions {
}
enum InputTypeEnum {
- SentenceInput = 0,
+ SentenceInput = 0,
ConfusionNetworkInput = 1,
- WordLatticeInput = 2,
- TreeInputType = 3,
- //,WordLatticeInput2 = 4,
- TabbedSentenceInput = 5,
+ WordLatticeInput = 2,
+ TreeInputType = 3,
+ //,WordLatticeInput2 = 4,
+ TabbedSentenceInput = 5,
ForestInputType = 6
};