Skip to content

Commit

Permalink
daily automatic beautifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuhoang committed Jun 4, 2015
1 parent c6a3d8e commit 42b53b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions moses/server/TranslationRequest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,12 @@ parse_request(std::map<std::string, xmlrpc_c::value> const& params)
pdmm->SetTemporaryMultiModelWeightsVector(w);
}
}

si = params.find("nbest");
if (si != params.end())
m_nbestSize = xmlrpc_c::value_int(si->second);


// // biased sampling for suffix-array-based sampling phrase table?
// if ((si = params.find("bias")) != params.end())
// {
Expand Down

0 comments on commit 42b53b7

Please sign in to comment.