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
2012-05-15Fixed CderScorer name bugMatous Machacek
2012-05-13Fixed bug in SemposScorer.cppMatous Machacek
2012-05-12Fixed interpolated scorerMatous Machacek
2012-05-10Merge remote-tracking branch 'upstream/master'Christian Federmann
2012-05-10Avoid "using namespace std" in headers.Tetsuo Kiso
2012-05-10Merge branch 'master' of github.com:moses-smt/mosesdecoderTetsuo Kiso
2012-05-10Reduce compilation dependencies.Tetsuo Kiso
2012-05-10Bigger bufferMatous Machacek
2012-05-10Small changes to just improve the quality.Tetsuo Kiso
2012-05-09GzFileBuf.h got lost in the last merge ;)Christian Federmann
2012-05-09Merged in upstream.Christian Federmann
2012-05-09Added support for external unix filters to preprocess sentences in mert and e...Matous Machacek
2012-05-06Fix using directive refers to implicitly-defined namespace 'std'.Tetsuo Kiso
2012-05-05Fix using namespace "std" before including headers in *.h.Tetsuo Kiso
2012-05-03Prefix a private member of mert/CderScorer with "m_".Tetsuo Kiso
2012-05-03CderScorer compute both CDER and WER metricMatous Machacek
2012-04-26Add TODO to mert/Reference.h.Tetsuo Kiso
2012-04-22Add a test case for setting up BLEU's reference length.Tetsuo Kiso
2012-04-18Use std::stringstream instead of using snprintf() for Windows.Tetsuo Kiso
2012-04-12Pass by reference instead of returning objects.Tetsuo Kiso
2012-04-12Add const to return values of overloaded operators.Tetsuo Kiso
2012-04-12Reduce the number of calling the numeric_limits constructor.Tetsuo Kiso
2012-04-08Update mert/TODOTetsuo Kiso
2012-04-08Add things to TODO.Tetsuo Kiso
2012-04-06Add test cases for BLEU and sentence-level BLEU+1.Tetsuo Kiso
2012-04-05Fix a warning; remove duplicate function calls.Tetsuo Kiso
2012-04-05Fix a grammar error; add more test case.Tetsuo Kiso
2012-04-04Use EndsWith().Tetsuo Kiso
2012-04-04Add a test case for EndsWith().Tetsuo Kiso
2012-04-04Fix typo.Tetsuo Kiso
2012-04-04Add a test case for BLEU's clipped counts.Tetsuo Kiso
2012-04-04Fix a compilation error.Tetsuo Kiso
2012-04-04Add a function to check whether a string ends with a suffix.Tetsuo Kiso
2012-03-31Fix a warning: comparison between signed and unsigned integers.Tetsuo Kiso
2012-03-31Fix indentation.Tetsuo Kiso
2012-03-31Prefix a private member of Optimizer with "m_".Tetsuo Kiso
2012-03-30typedef error on macHieu Hoang
2012-03-30added an (optional) positivity constraint to MERTtosch
2012-03-25Merge branch 'master' of github.com:moses-smt/mosesdecoderMatous Machacek
2012-03-25Use assertions in the test case.Tetsuo Kiso
2012-03-24Added posibility to weight words in semposMatous Machacek
2012-03-24Changed maximum scores constant to be able to experiment with more sempos cla...Matous Machacek
2012-03-23Remove unecessary headers; fix indentation.Tetsuo Kiso
2012-03-23Fixed compilation errorMatous Machacek
2012-03-23Remove unnecessary headers; prefix private members with "m_".Tetsuo Kiso
2012-03-23Added SemposScorer to mert and evaluatorMatous Machacek
2012-03-20Fix a compile error I missed when developing on OS X.Tetsuo Kiso
2012-03-20Move the GzFileBuf implementation into .cpp file.Tetsuo Kiso
2012-03-20Rename gzfilebuf.h; apply coding style.Tetsuo Kiso
2012-03-20Use assertions in the test case.Tetsuo Kiso