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-12Pass by reference instead of returning objects.Tetsuo Kiso
2012-04-12Add const to return values of overloaded operators.Tetsuo Kiso
2012-03-10Clean up accessors and mutators.Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
2012-02-27Fix a mistake in a previous commit: tuning on a subset of features.Tetsuo Kiso
2012-02-20Change the naming conventions for the guard macros; Rename TER directory.Tetsuo Kiso
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-12Fix initialization of score_, and add destructor.Tetsuo Kiso
2011-11-12Make Point::score a private by defining accessor/mutator.Tetsuo Kiso
2011-11-12Add 'explicit' for constructors with one argument.Tetsuo Kiso
2011-11-12Remove unnecessary semicolons used in end of member functions.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-09-15Implementation of sharding and resampling in mert.bhaddow
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
2008-05-27- made output more compliant with old versionnicolabertoldi
2008-05-23change from int to unsigned where needednicolabertoldi
2008-05-16bugfixesjfouet
2008-05-16bugfixes+ introduction of verbose leveljfouet
2008-05-15add Types.h to unify the typedefsjfouet
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-14implementation of LineOptimizerjfouet
2008-05-14class to inplement a set of lambda parameter and their stat scorejfouet