Merge /home/hieu/workspace/github/mosesdecoder into hieu_opt_input

This commit is contained in:
Hieu Hoang 2013-08-05 12:16:09 +01:00
commit dbc545089b

View File

@ -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);
}