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
2015-02-16Change Namespace in TER libraryChristophe SERVAN
2014-09-22calculateScore with float (for smoothing support)Rico Sennrich
2013-05-29beautifyHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-05-09Added support for external unix filters to preprocess sentences in mert and ↵Matous Machacek
evaluator
2012-02-28Support for using factors in mert and evaluatorMatous Machacek
example: Use --factor "0|2" to use only first and third factor from nbest list and from reference. If you use interpolated scorer, separate records with comma (e.g. --factor "0|2,1").
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-01Create private class to encapssulate encoding process.Tetsuo Kiso
Instead of using typedefs inside a class only, it might be better to create a private class to do same things.
2012-02-01Add prefix 'm_' to private and protected members in Scorer classes.Tetsuo Kiso
2011-12-23Fix the memory overflowcservan
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
Should use it in .cpp files.
2011-11-12Use const Scorer::calculateScore().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-12Fix class, function, and implementation comments format.Tetsuo Kiso
Functions comments should be placed in their declarations.
2011-10-05M mert/TerScorer.cppservan
M mert/BleuScorer.h M mert/ScorerFactory.h M mert/Scorer.h M mert/PerScorer.h M mert/TerScorer.h M mert/Makefile.am AM scripts/training/mert-moses-multi.pl git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4299 1f5c12ca-751b-0410-a591-d2e778427230
2011-09-09M TerScorer.cppservan
M TerScorer.h git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4206 1f5c12ca-751b-0410-a591-d2e778427230
2011-08-16merged in TER Scorer from mert-other_metrics (at r4140)machacekmatous
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@4146 1f5c12ca-751b-0410-a591-d2e778427230