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
2015-04-22Thread-safe, platform-agnostic randomizer.Jeroen Vermeulen
2015-04-22Adapt test to poor Windows timer resolution.Jeroen Vermeulen
2015-04-17Testing of Viterbi decoding on hypergraph.Barry Haddow
2015-04-10Delete unused codeKenneth Heafield
2015-04-10Address two TODO notes in mert/evaluator.cpp.Jeroen Vermeulen
2015-04-10Portability and include fixes.Jeroen Vermeulen
2015-04-03Attempt at fixing sparse features for hgmiraBarry Haddow
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
2015-03-28Modernize "C" includes in mert.Jeroen Vermeulen
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2015-03-14Meteor compatibility with batch MIRAmjdenkowski
2015-02-19beautifyHieu Hoang
2015-02-16Change Namespace in TER libraryChristophe SERVAN
2015-02-16Change Namespace in TER libraryChristophe SERVAN
2015-02-16Memory leak correction in TER algorithmChristophe SERVAN
2015-02-10Bug fix to commenting out unused variable.Ulrich Germann
2015-02-10Bug fix to commenting out unused variable.Ulrich Germann
2015-02-06Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-02-06Commented out unused variable to reduce compiler warnings.Ulrich Germann
2015-02-06Commented out unused variable to reduce compiler warnings.Ulrich Germann
2015-02-06Commented out unused variable to reduce compiler warnings.Ulrich Germann
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
2014-12-17fix crash in hypergraph mira for hieroBarry Haddow
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