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
2013-05-29beautifyHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-04-12Reduce the number of calling the numeric_limits constructor.Tetsuo Kiso
2012-03-31Fix indentation.Tetsuo Kiso
2012-03-31Prefix a private member of Optimizer with "m_".Tetsuo Kiso
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-20Change the naming conventions for the guard macros; Rename TER directory.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-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-14Use passing objects by const references not passing by their values.Tetsuo Kiso
2011-11-12Fix usage of whitespaces for Optimizers.Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.Tetsuo Kiso
2011-11-12Put constructor and destructor into private for Factory classTetsuo 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-12Add comments to mark the end of #define guards.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-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2008-05-17Fixed return of non-initialised variablebhaddow
2008-05-16bugfixesjfouet
2008-05-15add Types.h to unify the typedefsjfouet
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
2008-05-15various small fixesjfouet
2008-05-15implementation of the mainjfouet
2008-05-15implementation of optimization on a subset of the parameters + debug mode in ...jfouet
2008-05-14add some sanity checksjfouet
2008-05-14implementation of LineOptimizerjfouet
2008-05-14fix compilation of Optimizerjfouet
2008-05-14objet code for the Optimzer algorithmjfouet