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-06-22merge Lexi Birch's LRScore from mert_mtm5 branchHieu Hoang
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-05-10Reduce compilation dependencies.Tetsuo Kiso
2012-05-10Small changes to just improve the quality.Tetsuo Kiso
2012-05-09Added support for external unix filters to preprocess sentences in mert and e...Matous Machacek
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-02-28Support for using factors in mert and evaluatorMatous Machacek
2012-02-01Move funcionts used in StatisticsBasedScorer into anonymous namespace.Tetsuo Kiso
2012-02-01Create a initialize function.Tetsuo Kiso
2012-02-01Create private class to encapssulate encoding process.Tetsuo Kiso
2012-02-01Move regularizaion type into StatisticsBasedScorer.Tetsuo Kiso
2012-02-01Add prefix 'm_' to private and protected members in Scorer classes.Tetsuo Kiso
2011-11-14Add missing headers.Tetsuo Kiso
2011-11-12Add const member functions in Scorer classes.Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.Tetsuo Kiso
2011-11-12Fix class, function, and implementation comments format.Tetsuo Kiso
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-05-15add Types.h to unify the typedefsjfouet
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
2008-05-15Refactor PerScorer and BleuScorer to remove common codebhaddow