mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
z
This commit is contained in:
parent
9413f9f20f
commit
524653ae2b
@ -243,7 +243,7 @@ void OpSequenceModel::SetParameter(const std::string& key, const std::string& va
|
||||
m_featurePath = value;
|
||||
} else if (key == "lm-path") {
|
||||
m_lmPath = value;
|
||||
} else if (key == "lm-path") {
|
||||
} else if (key == "order") {
|
||||
lmOrder = Scan<int>(value);
|
||||
} else {
|
||||
StatefulFeatureFunction::SetParameter(key, value);
|
||||
|
Loading…
Reference in New Issue
Block a user