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-06-24merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, mus...Hieu Hoang
2012-05-10Avoid "using namespace std" in headers.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-01Remove virtual keyword from whoami() function.Tetsuo Kiso
2012-02-01Add prefix 'm_' to private and protected members in Scorer classes.Tetsuo Kiso
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-12Add const member functions in Scorer classes.Tetsuo Kiso
2011-11-12Use const Scorer::calculateScore().Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.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-10-05M mert/TerScorer.cppservan
2011-08-20Added evaluator to MERT directory. This tool computes a metric score for give...machacekmatous
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2008-06-24Implementation of Cer et al mert regularisation. Use with argument suchbhaddow
2008-06-05added facilities to read and write score statistics in binary formatnicolabertoldi
2008-05-27- made output more compliant with old versionnicolabertoldi
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
2008-05-15Refactor PerScorer and BleuScorer to remove common codebhaddow
2008-05-15Finish per scorerbhaddow
2008-05-15Stub out per scorer. some refactoring to make this possiblebhaddow