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 <hieu@hoang.co.uk>2013-08-09 00:29:22 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-08-09 00:29:22 +0400
commit59e7a179cafd61aaaefd1ec91e248617d40e14bc (patch)
treedb6b101bfbbbd8b265e73e9dd61d58657e8647a9 /moses/ChartManager.cpp
parent15132a04aab28bc01200652a1ca06be528523fda (diff)
add InputPath objects of chart decoding. Start on lattice input for chart decoding
Diffstat (limited to 'moses/ChartManager.cpp')
-rw-r--r--moses/ChartManager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/moses/ChartManager.cpp b/moses/ChartManager.cpp
index 2ff1be8f1..faecb181e 100644
--- a/moses/ChartManager.cpp
+++ b/moses/ChartManager.cpp
@@ -50,7 +50,7 @@ ChartManager::ChartManager(InputType const& source)
,m_start(clock())
,m_hypothesisId(0)
,m_parser(source, m_hypoStackColl)
- ,m_translationOptionList(StaticData::Instance().GetRuleLimit())
+ ,m_translationOptionList(StaticData::Instance().GetRuleLimit(), source)
{
}
@@ -342,5 +342,4 @@ void ChartManager::CreateDeviantPaths(
}
}
-
} // namespace Moses