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-29Batch k-best MIRA is written and integrated into mert-moses.plColin Cherry
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-05-09Added support for external unix filters to preprocess sentences in mert and e...Matous Machacek
2012-04-06Add test cases for BLEU and sentence-level BLEU+1.Tetsuo Kiso
2012-04-04Add a test case for BLEU's clipped counts.Tetsuo Kiso
2012-03-20Add thread unsafe Singleton class.Tetsuo Kiso
2012-03-19Change the Encoder class to Vocabulary.Tetsuo Kiso
2012-03-19Move Encoder class from Scorer.h to Ngram.h.Tetsuo Kiso
2012-03-19Add some functions to BleuScorer for unit testing.Tetsuo Kiso
2012-03-18Create Reference class to clean up BleuScorer.Tetsuo Kiso
2012-03-14Clean up BleuScorer.Tetsuo Kiso
2012-03-14Clean up BleuScorer with lookup().Tetsuo Kiso
2012-03-14Create a header file for NgramCounts class.Tetsuo Kiso
2012-03-09Minor change for calculating BLEU.Tetsuo Kiso
2012-02-28Support for using factors in mert and evaluatorMatous Machacek
2012-02-25Remove obsolete and unused logging statements.Tetsuo Kiso
2012-02-25Don't repeat calling functions many times.Tetsuo Kiso
2012-02-25Minor change the logging utility for n-gram counts.Tetsuo Kiso
2012-02-25Clean up calculation effective reference length.Tetsuo Kiso
2012-02-25Add a more efficient member to set up ScoreStats.Tetsuo Kiso
2012-02-25Replace string objects with const char[].Tetsuo Kiso
2012-02-25Hide the implementation details of Ngram counts from the header.Tetsuo Kiso
2012-02-25Clean up commented out code snippets for debugging purposes.Tetsuo Kiso
2012-02-01Create private class to encapssulate encoding process.Tetsuo Kiso
2012-02-01Add prefix 'm_' to private and protected members in Scorer classes.Tetsuo Kiso
2012-02-01Move reference length type into a private member of BleuScorer.Tetsuo Kiso
2012-02-01Change casts to C++ style casts.Tetsuo Kiso
2012-02-01Change casts to C++ style casts, and delete unnecessary casts.Tetsuo Kiso
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