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
2018-05-18Include chrf as a metricPrashant Mathur
2015-05-01sentence-bleu less greedy regarding memoryMatthias Huck
2015-04-30sentence-bleu-nbestMatthias Huck
2014-09-22basic support for more metrics with kbmiraRico Sennrich
2013-11-14more gcc compile errorsHieu Hoang
2013-05-29beautifyHieu Hoang
2012-12-07Use boost::unordered_map instead of std::map.Tetsuo Kiso
2012-07-10Integrate Lexi's LR Score into tuningHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-06-26Merge https://github.com/moses-smt/mosesdecoder into lrscoreHieu Hoang
2012-06-25gcc version-specific errorHieu Hoang
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-26Added interpolated scorerMatous Machacek
2012-02-20Change the naming conventions for the guard macros; Rename TER directory.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
2012-02-01Change casts to C++ style casts.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-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-12Add comments to mark the end of #define guards.Tetsuo Kiso
2011-10-05M mert/TerScorer.cppservan
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-27nbest can be read from stdin, toonicolabertoldi
2008-05-27- made output more compliant with old versionnicolabertoldi
2008-05-23change from int to unsigned where needednicolabertoldi
2008-05-20 remove loadnbest from FeatureData and Scoredata; change test_scorer accordin...nicolabertoldi
2008-05-15add Types.h to unify the typedefsjfouet
2008-05-15extractor uses scorer factorybhaddow
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
2008-05-15Refactor PerScorer and BleuScorer to remove common codebhaddow