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
path: root/mert
AgeCommit message (Expand)Author
2014-04-04meteor scorer requires FDStream. Only gccHieu Hoang
2014-03-17Surround locks with WITH_THREADSKenneth Heafield
2014-03-07Meteor scoring for Moses MERTMichael Denkowski
2014-02-26don't check object pointer before deleting /Markus ElfringHieu Hoang
2014-01-15merged upstream with origin for mingwjiejiang
2013-12-19moses windows build, with some TODO listjiejiang
2013-11-25return default even if compiling with non-gccHieu Hoang
2013-11-25stop warning about incomplete data typeHieu Hoang
2013-11-18replace CHECK with UTIL_THROW_IF in mertHieu Hoang
2013-11-15add comment for future work on making fdstream more portable /Jeroen VermeulenHieu Hoang
2013-11-15replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & ...Hieu Hoang
2013-11-14more compile errors, with clangHieu Hoang
2013-11-14more gcc compile errorsHieu Hoang
2013-11-14minor compile errors on gcc nowHieu Hoang
2013-11-14mert compiles under Mac OSX Mavericks. #ifdef PreProcessFilter.cpp and accomp...Hieu Hoang
2013-07-04beautifyHieu Hoang
2013-07-03mac compileHieu Hoang
2013-07-03added document level Bleu scoring to mertSara Stymne
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-05implement GenerationDictionary.Load()Hieu Hoang
2013-06-03fixed two bugs in CderScorer.cppMatous Machacek
2013-05-29beautifyHieu Hoang
2013-05-17fixes for sparse feature handlingphikoehn
2013-03-24mergeHieu Hoang
2013-03-20fixed bug in InterpolatedScorerMatous Machacek
2013-02-20Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-02-18Implement brevity penalty smoothing for PROBarry Haddow
2013-01-03Merge branch 'master' into weight-newhieu
2013-01-03delete MergeScorer in mert/hieu
2012-12-21Merge branch 'master' into weight-newHieu Hoang
2012-12-20Fix memory leak.Tetsuo Kiso
2012-12-18Merge branch 'master' into weight-newHieu Hoang
2012-12-16don't display unknown weight penalty when showing weight, don't usually tune....hieu
2012-12-10adding a simple command-line utility for computing sentence-level BLEU (+1)Ales Tamchyna
2012-12-07Further optimization for extractor.Tetsuo Kiso
2012-12-07Use boost::unordered_map instead of std::map.Tetsuo Kiso
2012-12-06Add more tests to the Data class.Tetsuo Kiso
2012-12-06Use FilePiece to load N-best lists.Tetsuo Kiso
2012-12-06Use util::TokenIter to tokenize n-best lists.Tetsuo Kiso
2012-12-06Untabify.Tetsuo Kiso
2012-12-06Speed up N-gram counts when running extractor.Tetsuo Kiso
2012-11-14only include moses root when compilingHieu Hoang
2012-11-13move moses/src/* to moses/Hieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang
2012-11-08More shared build fixesKenneth Heafield
2012-11-08Remove bleu_lib target.Kenneth Heafield
2012-11-04Move implementation details from the header to .cpp file.Tetsuo Kiso
2012-11-04Using namespace std in a header file pollutes the global namespace.Tetsuo Kiso
2012-10-31Reduce header pollutionKenneth Heafield
2012-10-08Merge remote branch 'github/master' into miramergeBarry Haddow