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:
Diffstat (limited to 'contrib/moses2/TranslationModel/PhraseTable.cpp')
-rw-r--r--contrib/moses2/TranslationModel/PhraseTable.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/moses2/TranslationModel/PhraseTable.cpp b/contrib/moses2/TranslationModel/PhraseTable.cpp
index c9ee75f80..6c2d6eaf2 100644
--- a/contrib/moses2/TranslationModel/PhraseTable.cpp
+++ b/contrib/moses2/TranslationModel/PhraseTable.cpp
@@ -26,8 +26,6 @@ PhraseTable::PhraseTable(size_t startInd, const std::string &line) :
, m_maxCacheSize(DEFAULT_MAX_TRANS_OPT_CACHE_SIZE)
{
m_input.push_back(0);
-
- ReadParameters();
}
PhraseTable::~PhraseTable()