daily automatic beautifier

This commit is contained in:
MosesAdmin 2016-01-14 00:00:42 +00:00
parent 10debb4906
commit 7344877741
2 changed files with 9 additions and 10 deletions

View File

@ -65,8 +65,7 @@ template <class Model> class ReloadingLanguageModel : public LanguageModelKen<Mo
{
public:
ReloadingLanguageModel(const std::string &line, const std::string &file, FactorType factorType, bool lazy) : LanguageModelKen<Model>(line, file, factorType, lazy), m_file(file), m_lazy(lazy)
{
ReloadingLanguageModel(const std::string &line, const std::string &file, FactorType factorType, bool lazy) : LanguageModelKen<Model>(line, file, factorType, lazy), m_file(file), m_lazy(lazy) {
std::cerr << "ReloadingLM constructor: " << m_file << std::endl;
// std::cerr << std::string(line).replace(0,11,"KENLM") << std::endl;