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 <fishandfrolick@gmail.com>2012-12-28 00:12:35 +0400
committerHieu Hoang <fishandfrolick@gmail.com>2012-12-28 00:12:35 +0400
commit1052b39f0f8cff2c73b54441dd25780a72e8ed92 (patch)
treeafccfd86a340cbaba25a10c70897b5d7789cb312 /moses/ChartManager.cpp
parentf9c0d9a442ab4844e8ccdc68bd8ae8e01df6279c (diff)
move all InitializeForInput() and CleanUpAfterSentenceProcessing() into ChartParser. For consistency
Diffstat (limited to 'moses/ChartManager.cpp')
-rw-r--r--moses/ChartManager.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/moses/ChartManager.cpp b/moses/ChartManager.cpp
index 30d22eff4..991f68066 100644
--- a/moses/ChartManager.cpp
+++ b/moses/ChartManager.cpp
@@ -57,8 +57,6 @@ ChartManager::ChartManager(InputType const& source, const TranslationSystem* sys
ChartManager::~ChartManager()
{
- StaticData::Instance().CleanUpAfterSentenceProcessing(m_source);
-
clock_t end = clock();
float et = (end - m_start);
et /= (float)CLOCKS_PER_SEC;