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
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-05implement GenerationDictionary.Load()Hieu Hoang
2013-06-03fixed two bugs in CderScorer.cppMatous Machacek
2013-05-29beautifyHieu Hoang
2013-05-17fixes for sparse feature handlingphikoehn
2013-03-24mergeHieu Hoang
2013-03-20fixed bug in InterpolatedScorerMatous Machacek
2013-02-20Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-02-18Implement brevity penalty smoothing for PROBarry Haddow
2013-01-03Merge branch 'master' into weight-newhieu
2013-01-03delete MergeScorer in mert/hieu
2012-12-21Merge branch 'master' into weight-newHieu Hoang
2012-12-20Fix memory leak.Tetsuo Kiso
2012-12-18Merge branch 'master' into weight-newHieu Hoang
2012-12-16don't display unknown weight penalty when showing weight, don't usually tune....hieu
2012-12-10adding a simple command-line utility for computing sentence-level BLEU (+1)Ales Tamchyna
2012-12-07Further optimization for extractor.Tetsuo Kiso
2012-12-07Use boost::unordered_map instead of std::map.Tetsuo Kiso
2012-12-06Add more tests to the Data class.Tetsuo Kiso
2012-12-06Use FilePiece to load N-best lists.Tetsuo Kiso
2012-12-06Use util::TokenIter to tokenize n-best lists.Tetsuo Kiso
2012-12-06Untabify.Tetsuo Kiso
2012-12-06Speed up N-gram counts when running extractor.Tetsuo Kiso
2012-11-14only include moses root when compilingHieu Hoang
2012-11-13move moses/src/* to moses/Hieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang
2012-11-08More shared build fixesKenneth Heafield
2012-11-08Remove bleu_lib target.Kenneth Heafield
2012-11-04Move implementation details from the header to .cpp file.Tetsuo Kiso
2012-11-04Using namespace std in a header file pollutes the global namespace.Tetsuo Kiso
2012-10-31Reduce header pollutionKenneth Heafield
2012-10-08Merge remote branch 'github/master' into miramergeBarry Haddow
2012-10-08fixed bug in permutation scores due to scientific notationArianna Bisazza
2012-09-27Merge remote branch 'github/master' into miramergeBarry Haddow
2012-09-24Fixed several bugs in LRscore-MERT. Namely, solved a float-to-int conversion;...Arianna Bisazza
2012-09-14Merge branch 'master' of https://github.com/moses-smt/mosesdecoderColin Cherry
2012-09-14Addad a "--safe-hope" option to kbmira.Colin Cherry
2012-09-14remove obsolete fileBarry Haddow
2012-07-17Merge branch 'trunk' into miramergeBarry Haddow
2012-07-12enable single character optionbhaddow
2012-07-12option to skip duplicate removalBarry Haddow
2012-07-10As requested by my bosses: added NRC copyright to kbmira.Colin Cherry
2012-07-10Integrate Lexi's LR Score into tuningHieu Hoang
2012-07-04merge JamfilesEva Hasler
2012-07-02create namespace for all classesHieu Hoang
2012-07-02compile errorHieu Hoang
2012-07-01namespace all classes in mert directoryHieu Hoang
2012-06-30namespace all classes in mert directoryHieu Hoang
2012-06-27Merge branch 'master' of https://github.com/moses-smt/mosesdecoderColin Cherry
2012-06-27HypPackEnumerator now stores MiraFeatureVectors, as opposed toColin Cherry