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
2014-09-22calculateScore with float (for smoothing support)Rico Sennrich
2013-06-05implement GenerationDictionary.Load()Hieu Hoang
2013-06-03fixed two bugs in CderScorer.cppMatous Machacek
2013-05-29beautifyHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-05-15Fixed CderScorer name bugMatous Machacek
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-05-09Added support for external unix filters to preprocess sentences in mert and e...Matous Machacek
2012-05-03Prefix a private member of mert/CderScorer with "m_".Tetsuo Kiso
2012-05-03CderScorer compute both CDER and WER metricMatous Machacek
2012-03-18Fixed bug in CderScorer.cppMatous Machacek
2012-02-28Support for using factors in mert and evaluatorMatous Machacek
2012-02-27Fix compiling mert: add a missed header.Tetsuo Kiso
2012-02-26Remove unnecessary conversions using ostream_iterator.Tetsuo Kiso
2012-02-26Clean up.Tetsuo Kiso
2012-02-01Move funcions defined in a header into .cpp file.Tetsuo Kiso
2012-02-01Create private class to encapssulate encoding process.Tetsuo Kiso
2012-02-01Add prefix 'm_' to private and protected members in Scorer classes.Tetsuo Kiso
2012-02-01Change casts to C++ style casts, and delete unnecessary casts.Tetsuo Kiso
2011-11-14Minimize using #include headers in headers.Tetsuo Kiso
2011-11-12Add const member functions in Scorer classes.Tetsuo Kiso
2011-11-12Use const Scorer::calculateScore().Tetsuo Kiso
2011-11-12Fix constructors of scorer classes and optimizer classes.Tetsuo Kiso
2011-11-12Fix indentation.Tetsuo Kiso
2011-08-19Added CDER metric to use in MERT.machacekmatous