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-02beautifyHieu Hoang
2015-05-01sentence-bleu less greedy regarding memoryMatthias Huck
2015-04-30sentence-bleu-nbestMatthias Huck
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
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-11-18replace CHECK with UTIL_THROW_IF in mertHieu Hoang
2013-05-29beautifyHieu Hoang
2013-02-18Implement brevity penalty smoothing for PROBarry Haddow
2012-12-07Further optimization for extractor.Tetsuo Kiso
2012-12-07Use boost::unordered_map instead of std::map.Tetsuo Kiso
2012-12-06Speed up N-gram counts when running extractor.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-05-09Added support for external unix filters to preprocess sentences in mert and e...Matous Machacek
2012-04-30clean up mira, add sampling from hope/model/fearEva
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-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