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
AgeCommit message (Expand)Author
2016-01-06eliminate compiler warningsMatthias Huck
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-09daily automatic beautifierMosesAdmin
2015-12-07Code cleanup.Ulrich Germann
2015-12-02Code cleanup and bug fix in (Base)Manager::OutputSurface:Ulrich Germann
2015-11-17LanguageModel, KenLM: avoid StaticData usageDavid Madl
2015-11-02daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-18Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ranked...Ulrich Germann
2015-10-18Life cycle of TargetPhraseCollection is now managed via shared pointers.Ulrich Germann
2015-10-18change dynamic to static castHieu Hoang
2015-08-08daily automatic beautifierMosesAdmin
2015-08-06Reorganisation of options.Ulrich Germann
2015-05-20Replace M_LN10 altogether. Not entirely standard.Jeroen Vermeulen
2015-05-20Add missing include: <cmath> for M_LN10.Jeroen Vermeulen
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-27add extra parser argument to ChartCellCollection to support FF::EvaluateGiven...Hieu Hoang
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich Germann
2015-01-14beautifyHieu Hoang
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-10move OutputBest() to Incremental::ManagerHieu Hoang
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-05add Decode to API frameworkHieu Hoang
2014-12-04move OutputDetailedTreeFragmentsTranslationReport() to ManagerHieu Hoang
2014-12-03move OutputDetailedTranslationReport() to ManagersHieu Hoang
2014-12-02add OutputNBest() as abstract method to BaseManager. Tighten up frameworkHieu Hoang
2014-08-08method renameHieu Hoang
2014-07-10rename Evaluate() to EvaluateWhenApplied()Hieu Hoang
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-06-03Use boost::ref for Visual Studio / Mike LadwigKenneth Heafield
2014-05-19beautifyNicola Bertoldi
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-04-04more logging for incremental chart searchRico Sennrich
2014-03-26faster pruning in chart decodingRico Sennrich
2014-03-21various optimizations to make CYK+ parser several times faster and eat less m...Rico Sennrich
2014-01-15beautifyNicola Bertoldi
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-08-16beautifyHieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ...Hieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ...Hieu Hoang
2013-08-02Log10/loge weight change for incremental. TODO: debug n-best list generationKenneth Heafield
2013-05-29beautifyHieu Hoang
2013-05-28move GetFirstLM() as static method of LanguageModelHieu Hoang
2013-05-27delete LMListHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang