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/mira
AgeCommit message (Expand)Author
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-05add Decode to API frameworkHieu Hoang
2014-10-08delete lineNumber variable from ChartManager. It should always be carried by ...Hieu Hoang
2014-10-07delete lineNumber variable from Manager and TranslationTask. It should always...Hieu Hoang
2014-08-08Implement hypergraph output for chart mosesBarry Haddow
2014-08-06Stub out chart hypergraph outputBarry Haddow
2014-07-16compile error. /Pierre LisonHieu Hoang
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-06-03Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2014-05-31mira/MiraOptimizer.cpp: Fixed signed/unsigned integer mismatch in comparisons.Ulrich Germann
2014-05-31Commented out unused variables.Ulrich Germann
2014-05-13moses_chart: remove ChartTrellis* k-best codePhil Williams
2014-01-15beautifyNicola Bertoldi
2013-12-06move word penalty feature out of StaticDataHieu Hoang
2013-11-21call decoder with new -no-cache argHieu Hoang
2013-11-15provide mira program with BLEU Feature. Delete assert statement.Hieu Hoang
2013-11-15delete persistent cache arguments. Still have to disable new phrase-table cacheHieu Hoang
2013-11-14minor compile errors on gcc nowHieu Hoang
2013-11-14minor compile errors on clangHieu Hoang
2013-10-05remove unused codeEva Hasler
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-08-30start on forced decoding for SCFGHieu Hoang
2013-08-14beautifyHieu Hoang
2013-08-13refactor bleu score feature function. Still segfaults when running miraHieu Hoang
2013-08-13refactor bleu score feature function. Still segfaults when running miraHieu Hoang
2013-08-13add parameter argument -feature-add for mira BLEU score featureHieu Hoang
2013-08-12Mira changes. Manually applied Eva's patchHieu Hoang
2013-07-25Fixes to the shared buildBarry Haddow
2013-06-18ChartDecoding isn't the only syntax algorithmKenneth Heafield
2013-05-29beautifyHieu Hoang
2013-05-27delete LMListHieu Hoang
2013-05-25minor compile errorHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-161. remove all code for MetaFeature from mira.Hieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-05-08mergeHieu Hoang
2013-05-08delete makefilesHieu Hoang
2013-02-22delete ScoreProducerHieu Hoang
2013-01-18refactor generation dictionary classHieu Hoang
2012-12-31move feature function variables into FeatureFunction.hHieu Hoang
2012-12-28assert(false) in mira. Did not implement StaticData.GetBleuScoreFeature()Hieu Hoang
2012-12-28delete class variable m_bleuScoreFeature. TODO Error in mira codeHieu Hoang
2012-12-25change m_producers to non-constHieu Hoang
2012-12-19move WordPenalty to staticDataHieu Hoang
2012-12-19move feature function variables from TranslationSystem back to StaticDataHieu Hoang
2012-12-04all regression tests passedHieu Hoang
2012-11-14only include moses root when compilingHieu Hoang
2012-11-13resolved merge conflictsHieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang