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-04-27 21:41:47 +0300
committerHieu Hoang <hieuhoang@gmail.com>2015-04-27 21:41:47 +0300
commit0ee4feecb5d4deae35ac217d82bd3c57722619e4 (patch)
tree6a3f365d34077e2d4e45e4f1dcea3e17c18f119a /moses/Incremental.cpp
parent315610c02aa9455bbaf1cb3540313db5a2100b7a (diff)
add extra parser argument to ChartCellCollection to support FF::EvaluateGivenAllOtherTransOpts()
Diffstat (limited to 'moses/Incremental.cpp')
-rw-r--r--moses/Incremental.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/Incremental.cpp b/moses/Incremental.cpp
index 17632b571..85eec5cfc 100644
--- a/moses/Incremental.cpp
+++ b/moses/Incremental.cpp
@@ -205,7 +205,7 @@ struct ChartCellBaseFactory {
Manager::Manager(ttasksptr const& ttask)
: BaseManager(ttask)
- , cells_(m_source, ChartCellBaseFactory())
+ , cells_(m_source, ChartCellBaseFactory(), parser_)
, parser_(ttask, cells_)
, n_best_(search::NBestConfig(StaticData::Instance().GetNBestSize()))
{ }