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
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
2014-09-22calculateScore with float (for smoothing support)Rico Sennrich
2014-07-21Merge 08811deb17337356cd8dae9c59c0160590679a35 from joshuaBarry Haddow
2013-07-04beautifyHieu Hoang
2013-07-03added document level Bleu scoring to mertSara Stymne
2013-05-29beautifyHieu Hoang
2013-02-18Implement brevity penalty smoothing for PROBarry Haddow
2012-12-07Use boost::unordered_map instead of std::map.Tetsuo Kiso
2012-11-04Using namespace std in a header file pollutes the global namespace.Tetsuo Kiso
2012-07-17Merge branch 'trunk' into miramergeBarry Haddow
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-06-24merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, mus...Hieu Hoang
2012-06-07mergeEva Hasler
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope a...Eva Hasler
2012-05-29Batch k-best MIRA is written and integrated into mert-moses.plColin Cherry
2012-05-10changed permission, everything changed..Eva Hasler
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-04-29testEva
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-19Add some functions to BleuScorer for unit testing.Tetsuo Kiso
2012-03-18Create Reference class to clean up BleuScorer.Tetsuo Kiso
2012-03-14Create a header file for NgramCounts class.Tetsuo Kiso
2012-03-09Minor change for calculating BLEU.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-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-20Change the naming conventions for the guard macros; Rename TER directory.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
2011-11-29Fix a typedef for comparing N-grams.Tetsuo Kiso
2011-11-29Fix a typedef for comparing N-grams.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-12Simple refactoring of BLEU scorer.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-11-11Fix memory leaks in extractor.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
2009-08-05mert software now works with different reference length policies: shortest, a...nicolabertoldi
2008-10-17added headers for standard compliance (gcc 4.3 on 64 bit linux)phkoehn