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
2012-05-29Batch k-best MIRA is written and integrated into mert-moses.plColin Cherry
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-03-10Remove hard-coded "/dev/stdout".Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
2012-02-20Fix typo.Tetsuo Kiso
2012-02-01Change casts to C++ style casts, and delete unnecessary casts.Tetsuo Kiso
2011-12-12revertHieu Hoang
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-12Small change: modify initialization of the Data class.Tetsuo Kiso
2011-11-12Refactoring: constructors and copying objects.Tetsuo Kiso
2011-11-12Replace macros with const variables and inline functions.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 extractor.Tetsuo Kiso
2011-10-14Fix formatting of pro input filebhaddow
2011-10-14Reducing memory usage for sparse featuresbhaddow
2011-09-07support for sparse feature functions (mert support only when using PRO)phkoehn
2011-09-07Multi-threading of mert, for random restarts.bhaddow
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2008-06-05added facilities to read and write score statistics in binary formatnicolabertoldi
2008-06-05overall change of a variable name: array_ instead of array2_nicolabertoldi
2008-06-05added binary read/load facility for feature datanicolabertoldi
2008-06-04fix FeatureStats::savetxtjfouet
2008-06-03added ScorerFactory.hnicolabertoldi
2008-05-27- made output more compliant with old versionnicolabertoldi
2008-05-23change from int to unsigned where needednicolabertoldi
2008-05-16remove buffersbhaddow
2008-05-15main command for managing feature and error statistics is ready; small exampl...nicolabertoldi
2008-05-14I am starting the improvement of Minimum Error Training scritpsnicolabertoldi