new weight vector in fuzzy match rule table

This commit is contained in:
Hieu Hoang 2012-10-18 16:19:47 +01:00
parent c3229460a3
commit ee47e53065

View File

@ -71,7 +71,7 @@ namespace Moses
m_input = &input;
m_output = &output;
m_weight = &weight;
m_weight = new vector<float>(weight);
cerr << "initStr=" << initStr << endl;
m_config = Tokenize(initStr, ";");