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 (Collapse)Author
2013-05-29beautifyHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-04-12Reduce the number of calling the numeric_limits constructor.Tetsuo Kiso
- Create a test module for Point. - Add test cases.
2012-03-31Fix indentation.Tetsuo Kiso
2012-03-31Prefix a private member of Optimizer with "m_".Tetsuo Kiso
2012-03-30added an (optional) positivity constraint to MERTtosch
2012-03-18Create files for OptimizerFactory class; add the unit test.Tetsuo Kiso
2012-03-18Pass parameters by const reference.Tetsuo Kiso
2012-03-10mert: Prefix private members with "m_" except TER.Tetsuo Kiso
Squashed commit of the following: - Clean up PRO. - Clean up ScoreStats. - Clean up ScoreData. - Clean up ScoreArray. - Remove unnecessary headers. - Clean up ScopedVector. - Clean up Point. - Clean up PerScorer. - Clean up Optimizer. - Clean up MergeScorer. - Clean up InterpolatedScorer. - Clean up FileStream. - Clean up FeatureStats. - Remove inefficient string concatenation. - Clean up FeatureData. - Clean up FeatureArray. - Clean up Data.
2012-02-20Change the naming conventions for the guard macros; Rename TER directory.Tetsuo Kiso
This change might be useful to avoid duplicating the names. The reason is that although MERT programs are standalone applications, some header files such as data.h and point.h have common guard macro names like "DATA_H" and "POINT_H", and this is not good naming conventions when you want to include external headers. Some files actually include headers in Moses and KenLM's util.
2012-02-08Fix sharding bugBarry Haddow
2012-02-01Pass std::string objects by const reference instead of by value.Tetsuo Kiso
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
Should use it in .cpp files.
2011-11-14Use passing objects by const references not passing by their values.Tetsuo Kiso
2011-11-12Fix usage of whitespaces for Optimizers.Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.Tetsuo Kiso
Using public const members is not good idea. It should be initialized in private by constructors.
2011-11-12Put constructor and destructor into private for Factory classTetsuo Kiso
2011-11-12Remove unnecessary semicolons used in end of member functions.Tetsuo Kiso
2011-11-12Fix indentation.Tetsuo Kiso
2011-11-12Fix class, function, and implementation comments format.Tetsuo Kiso
Functions comments should be placed in their declarations.
2011-11-12Add comments to mark the end of #define guards.Tetsuo Kiso
2011-11-11Fix memory leaks in mert.Tetsuo Kiso
2011-07-23added random directions [Cer&al.,2008] and historic best as starting points ↵phkoehn
[Foster&Kuhn,2009] to MERT git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4086 1f5c12ca-751b-0410-a591-d2e778427230
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@3899 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-17Fixed return of non-initialised variablebhaddow
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1782 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-16bugfixesjfouet
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1726 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-15add Types.h to unify the typedefsjfouet
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1713 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-15Add scorer factory. Fix compile error in Optimizerbhaddow
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1706 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-15various small fixesjfouet
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1702 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-15implementation of the mainjfouet
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1698 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-15implementation of optimization on a subset of the parameters + debug mode in ↵jfouet
the makefile git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1695 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-14add some sanity checksjfouet
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1668 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-14implementation of LineOptimizerjfouet
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1659 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-14fix compilation of Optimizerjfouet
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1651 1f5c12ca-751b-0410-a591-d2e778427230
2008-05-14objet code for the Optimzer algorithmjfouet
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1637 1f5c12ca-751b-0410-a591-d2e778427230