Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-15beautifyNicola Bertoldi
2013-11-18replace CHECK with UTIL_THROW_IF in mertHieu Hoang
2013-05-29beautifyHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-03-31Prefix a private member of Optimizer with "m_".Tetsuo Kiso
2012-03-30typedef error on macHieu Hoang
2012-03-30added an (optional) positivity constraint to MERTtosch
2012-03-18Create files for OptimizerFactory class; add the unit test.Tetsuo Kiso
2012-03-18Pass parameters by const reference.Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
2012-02-26Remove unnecessary conversions using ostream_iterator.Tetsuo Kiso
2012-02-08Fix sharding bugBarry Haddow
2012-02-01Pass std::string objects by const reference instead of by value.Tetsuo Kiso
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-12Fix usage of whitespaces for Optimizers.Tetsuo Kiso
2011-11-12Make Point::score a private by defining accessor/mutator.Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.Tetsuo Kiso
2011-11-12Remove unnecessary semicolons used in end of member functions.Tetsuo Kiso
2011-11-12Fix indentation.Tetsuo Kiso
2011-11-12Fix class, function, and implementation comments format.Tetsuo Kiso
2011-11-11Fix memory leaks in mert.Tetsuo Kiso
2011-07-23added random directions [Cer&al.,2008] and historic best as starting points [...phkoehn
2011-07-04- cmert: added support for passing min and max values for weightsbojar
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2010-12-08improvement to error messagebhaddow
2010-04-12Prevent intersections going to infinitybhaddow
2010-01-08now it is possible to perform mert on a subset of featuresnicolabertoldi
2009-01-07 small change to reduce few useless computationsnicolabertoldi
2009-01-07imported utilities for timing from Mosesnicolabertoldi
2008-05-27- made output more compliant with old versionnicolabertoldi
2008-05-23safer(hopefully) insertion of threshold in LineOptimizejfouet
2008-05-23change from int to unsigned where needednicolabertoldi
2008-05-22Fixes to optimiser to stop it crashing and failing assertbhaddow
2008-05-21modified log outputs to e comliant with old mertnicolabertoldi
2008-05-21Fixed small bug in initialisation of 1bestsbhaddow
2008-05-20simplification of LineOptimizer code (same behaviour)jfouet
2008-05-20Fix bug in finding of leftmost, higher line in optimizerbhaddow
2008-05-17Option to use random optimiserbhaddow
2008-05-16Remove extra debugbhaddow
2008-05-16Fixes to optimiser: correct calculation of intersection, choice of bestx and ...bhaddow
2008-05-16bugfixesjfouet
2008-05-16add init.opt filejfouet
2008-05-16bugfixesjfouet
2008-05-16bugfixes+ introduction of verbose leveljfouet
2008-05-16bug fixesjfouet
2008-05-15add Types.h to unify the typedefsjfouet
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
2008-05-15implementation of the mainjfouet
2008-05-15implementation of optimization on a subset of the parameters + debug mode in ...jfouet