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>2014-12-14 16:19:38 +0300
committerHieu Hoang <hieuhoang@gmail.com>2014-12-14 16:19:38 +0300
commit7c159b3d5881ec18bc87a99ddc87a10bebf486c7 (patch)
treecfea9edb98a9ba059d993530274ec4a86b9d513a /moses/StaticData.h
parent10d41d025e257546fde4fa7ebee3128c30bc769b (diff)
rename ChartDecoding -> CYKPlus. Comment out CubeGrowing, not implementedmerge-cmd
Diffstat (limited to 'moses/StaticData.h')
-rw-r--r--moses/StaticData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/StaticData.h b/moses/StaticData.h
index 047314607..7bafdb73a 100644
--- a/moses/StaticData.h
+++ b/moses/StaticData.h
@@ -419,7 +419,7 @@ public:
return m_searchAlgorithm;
}
bool IsChart() const {
- return m_searchAlgorithm == ChartDecoding || m_searchAlgorithm == ChartIncremental;
+ return m_searchAlgorithm == CYKPlus || m_searchAlgorithm == ChartIncremental;
}
const ScoreComponentCollection& GetAllWeights() const {