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:
authorHieu Hoang <hieuhoang@gmail.com>2015-02-08 03:50:23 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-02-08 03:50:23 +0300
commit066a681b43a4e153db5789ae0b3a39b623030a93 (patch)
tree2ec56cf99ad0ba145bfcdc53c068027606874fc6 /moses/TypeDef.h
parent755bd609f506fa6ce68a935f72499e055a6a4b6c (diff)
fix word lattice input feature for non-binary pt
Diffstat (limited to 'moses/TypeDef.h')
-rw-r--r--moses/TypeDef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/TypeDef.h b/moses/TypeDef.h
index 0a1e1ad9b..a56b3fbac 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -122,7 +122,7 @@ enum InputTypeEnum {
,ConfusionNetworkInput = 1
,WordLatticeInput = 2
,TreeInputType = 3
- ,WordLatticeInput2 = 4
+ //,WordLatticeInput2 = 4
, TabbedSentenceInput = 5
,ForestInputType = 6
};