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
2011-11-14Add missing headers.Tetsuo Kiso
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-12Use const Scorer::calculateScore().Tetsuo Kiso
2011-11-12Simple refactoring of BLEU scorer.Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.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-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2009-08-05mert software now works with different reference length policies: shortest, a...nicolabertoldi
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-23change from int to unsigned where needednicolabertoldi
2008-05-17Option to use random optimiserbhaddow
2008-05-16Command line arg tidy up in extractorbhaddow
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
2008-05-15Refactor PerScorer and BleuScorer to remove common codebhaddow
2008-05-15Stub out per scorer. some refactoring to make this possiblebhaddow
2008-05-14Incremental interface for scorerbhaddow
2008-05-14normalisation scriptbhaddow
2008-05-14Fixes to bleu scorerbhaddow
2008-05-14bleu scorerbhaddow
2008-05-14Stubbing out of Scorer. bhaddow