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-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-09Minor change for calculating BLEU.Tetsuo Kiso
2012-03-07Remove an unused variable and unnecessary 'std::'.Tetsuo Kiso
2012-03-07Remove an unused variable.Tetsuo Kiso
2012-03-07Clean up Data::loadnbest().Tetsuo Kiso
2012-03-07Rewrite FeatureData::setFeatureMap(); add the unit test.Tetsuo Kiso
2012-03-04Use boost::scoped_ptr to avoid resource leaks.Tetsuo Kiso
2012-03-03Change the private member function in mert/Timer.Tetsuo Kiso
2012-03-03Delete assertions to check elapsed CPU time.Tetsuo Kiso
2012-03-03Disable undesirable copying Timer objects.Tetsuo Kiso
2012-03-02Fix mert.cpp to work with InterpolatedScorerMatous Machacek
2012-02-29Disable failed assertions of TimerTest anyway.Tetsuo Kiso
2012-02-28Fix failure of the Timer unit test.Tetsuo Kiso
2012-02-28Support for using factors in mert and evaluatorMatous Machacek
2012-02-27Fix a mistake in a previous commit: tuning on a subset of features.Tetsuo Kiso
2012-02-27Fix compiling mert: add a missed header.Tetsuo Kiso
2012-02-27Fix memory leaks.Tetsuo Kiso
2012-02-27Merge branch 'master' of github.com:moses-smt/mosesdecoderTetsuo Kiso
2012-02-27Change mert/Timer.Tetsuo Kiso
2012-02-27Change of evaluator usage (see mert/evaluator --help).Matous Machacek
2012-02-27Check of the number of weights in InterpolatedScorerMatous Machacek
2012-02-27Fix small bugs (info is printed to cerr)Matous Machacek
2012-02-26Added interpolated scorerMatous Machacek
2012-02-26Cleanup the Timer class in mert.Tetsuo Kiso
2012-02-26Remove unused members.Tetsuo Kiso
2012-02-26Prefix private members with "m_".Tetsuo Kiso
2012-02-26Clean up ScoreStats::set(); Remove a constructor which has a string.Tetsuo Kiso
2012-02-26Remove unnecessary conversions using ostream_iterator.Tetsuo Kiso
2012-02-26Clean up.Tetsuo Kiso
2012-02-25Remove obsolete and unused logging statements.Tetsuo Kiso
2012-02-25Don't repeat calling functions many times.Tetsuo Kiso
2012-02-25Minor change the logging utility for n-gram counts.Tetsuo Kiso
2012-02-25Clean up calculation effective reference length.Tetsuo Kiso
2012-02-25Add a more efficient member to set up ScoreStats.Tetsuo Kiso
2012-02-25Replace string objects with const char[].Tetsuo Kiso
2012-02-25Hide the implementation details of Ngram counts from the header.Tetsuo Kiso
2012-02-25Clean up commented out code snippets for debugging purposes.Tetsuo Kiso
2012-02-21Fixed quadratic time when adding ScoreStats to ScoreDataMatous Machacek
2012-02-20Fix a memory leak.Tetsuo Kiso
2012-02-20Add 'virtual' to destructors.Tetsuo Kiso
2012-02-20Change the naming conventions for the guard macros; Rename TER directory.Tetsuo Kiso
2012-02-20Fix typo.Tetsuo Kiso
2012-02-20Add comments; remove unused macros.Tetsuo Kiso
2012-02-20Put global variables in mert/util.cpp in anonymous space.Tetsuo Kiso
2012-02-20Bug fix: tokenizer used in mert; add unit tests for that.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-17Add a utility function to FeatureData for debugging.Tetsuo Kiso
2012-02-16Delete mert/sample/README; Add smoke tests.Tetsuo Kiso