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-04-23Add cross-platform randomizer module.Jeroen Vermeulen
2015-04-22Thread-safe, platform-agnostic randomizer.Jeroen Vermeulen
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2013-05-29beautifyHieu Hoang
2012-11-13move moses/src/* to moses/Hieu Hoang
2012-07-17Merge branch 'trunk' into miramergeBarry Haddow
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-05-25Merge branch 'trunk' into miramerge. Still to fix build.Barry Haddow
2012-03-31Fix indentation.Tetsuo Kiso
2012-03-31Fix indentation.Tetsuo Kiso
2012-03-30added an (optional) positivity constraint to MERTtosch
2012-03-30added an (optional) positivity constraint to MERTtosch
2012-03-18Create files for OptimizerFactory class; add the unit test.Tetsuo Kiso
2012-03-18Create files for OptimizerFactory class; add the unit test.Tetsuo Kiso
2012-03-18Fix a file permission.Tetsuo Kiso
2012-03-18Fix a file permission.Tetsuo Kiso
2012-03-10Clean up Data; add TODOs.Tetsuo Kiso
2012-03-10Clean up Data; add TODOs.Tetsuo Kiso
2012-03-10Pass by pointers to Scorer instead of references.Tetsuo Kiso
2012-03-10Pass by pointers to Scorer instead of references.Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
2012-03-04Use boost::scoped_ptr to avoid resource leaks.Tetsuo Kiso
2012-03-04Use boost::scoped_ptr to avoid resource leaks.Tetsuo Kiso
2012-03-02Fix mert.cpp to work with InterpolatedScorerMatous Machacek
2012-03-02Fix mert.cpp to work with InterpolatedScorerMatous Machacek
2012-02-27Fix a mistake in a previous commit: tuning on a subset of features.Tetsuo Kiso
2012-02-27Fix a mistake in a previous commit: tuning on a subset of features.Tetsuo Kiso
2012-02-17Add error checking to setup 'to_optimize'.Tetsuo Kiso
2012-02-17Add error checking to setup 'to_optimize'.Tetsuo Kiso
2012-02-17Bug fix mert: when you want to optimize fewer features.Tetsuo Kiso
2012-02-17Bug fix mert: when you want to optimize fewer features.Tetsuo Kiso
2012-02-01Change casts to C++ style casts, and delete unnecessary casts.Tetsuo Kiso
2012-02-01Change casts to C++ style casts, and delete unnecessary casts.Tetsuo Kiso
2012-02-01Create a function to save final weights to a file.Tetsuo Kiso
2012-02-01Create a function to save final weights to a file.Tetsuo Kiso
2012-02-01Use a constant instead of hard-coding.Tetsuo Kiso
2012-02-01Use a constant instead of hard-coding.Tetsuo Kiso
2012-02-01Rename too short variables.Tetsuo Kiso
2012-02-01Rename too short variables.Tetsuo Kiso
2012-02-01Add constans to prevent avoid hard coding many times.Tetsuo Kiso
2012-02-01Add constans to prevent avoid hard coding many times.Tetsuo Kiso
2012-02-01Add whitespaces.Tetsuo Kiso
2012-02-01Add whitespaces.Tetsuo Kiso
2012-02-01Add 'virtual' keyword for functions in OptimizationTask.Tetsuo Kiso
2012-02-01Add 'virtual' keyword for functions in OptimizationTask.Tetsuo Kiso
2012-02-01Create a struct for command line options in mert.Tetsuo Kiso
2012-02-01Create a struct for command line options in mert.Tetsuo Kiso
2012-02-01Delete unused variables.Tetsuo Kiso