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-06-27Merge branch 'master' of https://github.com/moses-smt/mosesdecoderColin Cherry
2012-06-27HypPackEnumerator now stores MiraFeatureVectors, as opposed toColin Cherry
2012-06-27rollbackHieu Hoang
2012-06-27Added debugging info to kbmira.Colin Cherry
2012-06-26lock m_vocab variable access in Encode() and Lookup(). Other functions are st...Hieu Hoang
2012-06-26Merge https://github.com/moses-smt/mosesdecoder into lrscoreHieu Hoang
2012-06-26change regression data download to git instead of download from edin server.Hieu Hoang
2012-06-25gcc version-specific errorHieu Hoang
2012-06-24merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, mus...Hieu Hoang
2012-06-24merge Lexi Birch's LRScore from mert_mtm5 branch. Compiles and run. Hack, mus...Hieu Hoang
2012-06-23typoHieu Hoang
2012-06-23mert now compiles with PermScorer. However, didn't implement score() - assert...Hieu Hoang
2012-06-22merge Lexi Birch's LRScore from mert_mtm5 branchHieu Hoang
2012-06-14Fixed some bugs in BatchMira's sparse feature handling.Colin Cherry
2012-06-09Merge branch 'master' of github.com:moses-smt/mosesdecoderTetsuo Kiso
2012-06-09Bug fix: kbmira failed to load dense weights.Tetsuo Kiso
2012-05-31Delete mert/init.opt.Tetsuo Kiso
2012-05-31move all executables into binHieu Hoang
2012-05-30Move 'using namespace std' out from .h.Tetsuo Kiso
2012-05-30Add "virtual" destructor to the HypPackEnumerator class.Tetsuo Kiso
2012-05-30xcode build supports threads. move 'using namespace' out from .h file to stop...Hieu Hoang
2012-05-30xcode build supports threads. move 'using namespace' out from .h file to stop...Hieu Hoang
2012-05-29Batch k-best MIRA is written and integrated into mert-moses.plColin Cherry
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