mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +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;
|
m_featurePath = value;
|
||||||
} else if (key == "lm-path") {
|
} else if (key == "lm-path") {
|
||||||
m_lmPath = value;
|
m_lmPath = value;
|
||||||
} else if (key == "lm-path") {
|
} else if (key == "order") {
|
||||||
lmOrder = Scan<int>(value);
|
lmOrder = Scan<int>(value);
|
||||||
} else {
|
} else {
|
||||||
StatefulFeatureFunction::SetParameter(key, value);
|
StatefulFeatureFunction::SetParameter(key, value);
|
||||||
|
Loading…
Reference in New Issue
Block a user