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-08-06 17:16:02 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-08-06 17:16:02 +0300
commit83ef138961a9e4711ba9efecaa9f81eb701fcb3f (patch)
tree495d68e879edf3efa0b6d3eae9727e8a034bc0d6 /moses/TypeDef.h
parent776da79442b723da7dcded1b5de79dff05788b65 (diff)
delete old unused code
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 366a9dc77..21eb09497 100644
--- a/moses/TypeDef.h
+++ b/moses/TypeDef.h
@@ -143,7 +143,7 @@ enum SearchAlgorithm {
CubePruning = 1,
//,CubeGrowing = 2
CYKPlus = 3,
- NormalBatch = 4,
+ //NormalBatch = 4,
ChartIncremental = 5,
SyntaxS2T = 6,
SyntaxT2S = 7,