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-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-10-14Fix incorrect integer concatenation in error messagesPaul Guyot
2014-10-09Fix compile error if !(defined(__GLIBCXX__) || defined(__GLIBCPP__))Phil Williams
2014-09-30More streaming for kbmiraMichael Denkowski
2014-09-24explicitly set BLEU as default scorer (for return-best-dev)Rico Sennrich
2014-09-22(optionally) use n-best file for evaluator/return-best-devRico Sennrich
2014-09-22basic support for more metrics with kbmiraRico Sennrich
2014-09-22calculateScore with float (for smoothing support)Rico Sennrich
2014-09-22HWCM for MERTRico Sennrich
2014-09-08Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2014-08-29Bug fix about the TER calculationChristophe SERVAN
2014-08-12Ignore # with in edge listsBarry Haddow
2014-08-08Fix hypergraph pruningBarry Haddow
2014-08-06Sparse features trainable with hg miraBarry Haddow
2014-08-05Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2014-08-04Implement shuffling correctlyBarry Haddow
2014-08-02compile error on eclipseHieu Hoang
2014-08-01shuffling of hypergraphsBarry Haddow
2014-07-23Boost version update, specify filesystem v3Barry Haddow
2014-07-22Some more debugBarry Haddow
2014-07-21Try to prevent double closure of filesBarry Haddow
2014-07-21fd leakBarry Haddow
2014-07-21Merge 08811deb17337356cd8dae9c59c0160590679a35 from joshuaBarry Haddow
2014-05-19beautifyNicola Bertoldi
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
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-17merge master into this branchNicola Bertoldi
2014-01-15merged upstream with origin for mingwjiejiang
2014-01-15beautifyNicola Bertoldi
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