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 'moses/src/PhraseDictionaryMemory.cpp')
-rw-r--r--moses/src/PhraseDictionaryMemory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/moses/src/PhraseDictionaryMemory.cpp b/moses/src/PhraseDictionaryMemory.cpp
index 7eed64736..5e159efed 100644
--- a/moses/src/PhraseDictionaryMemory.cpp
+++ b/moses/src/PhraseDictionaryMemory.cpp
@@ -75,7 +75,7 @@ bool PhraseDictionaryMemory::Load(const std::vector<FactorType> &input
size_t numElement = NOT_FOUND; // 3=old format, 5=async format which include word alignment info
const std::string& factorDelimiter = staticData.GetFactorDelimiter();
- Phrase sourcePhrase(Input, 0);
+ Phrase sourcePhrase(0);
std::vector<float> scv;
scv.reserve(m_numScoreComponent);