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
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
2013-04-26rescale LM score for chart decodingHieu Hoang
2013-02-14Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-02-14Update incremental search, cuts runtime by a thirdKenneth Heafield
2012-12-28move all InitializeForInput() and CleanUpAfterSentenceProcessing() into Chart...Hieu Hoang
2012-12-21move initialization and cleanup functions to staticDataHieu Hoang
2012-12-20move language model from TranslationSystem back to StaticDataHieu Hoang
2012-11-16Expose k-best lists from incremental searchKenneth Heafield
2012-11-16Rename Incremental/Manager.cpp to just Incremental.cppKenneth Heafield