mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 14:05:29 +03:00
Merge /home/hieu/workspace/github/mosesdecoder into hieu_opt_input
This commit is contained in:
commit
dbc545089b
@ -94,8 +94,7 @@ void FeatureFunction::SetParameter(const std::string& key, const std::string& va
|
||||
{
|
||||
if (key == "tuneable") {
|
||||
m_tuneable = Scan<bool>(value);
|
||||
}
|
||||
else if (key == "filterable") { //ignore
|
||||
} else if (key == "filterable") { //ignore
|
||||
} else {
|
||||
UTIL_THROW(util::Exception, "Unknown argument " << key << "=" << value);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user