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-05-13beautify. Add sed for trailing spacesHieu Hoang
2015-05-12Code reorganization with respect to hypergraph output.Ulrich Germann
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich Germann
2015-01-14beautifyHieu Hoang
2015-01-04merge RunPb and RunChartHieu Hoang
2014-12-10move OutputBest() to Incremental::ManagerHieu Hoang
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-05add OutputSearchGraphSLF() to API frameworkHieu Hoang
2014-12-05add Decode to API frameworkHieu Hoang
2014-12-05move OutputWordGraph() and OutputSearchGraph() into ManagersHieu Hoang
2014-12-04move OutputDetailedTreeFragmentsTranslationReport() to ManagerHieu Hoang
2014-12-03move OutputDetailedTranslationReport() to ManagersHieu Hoang
2014-12-03add OutputAlignment() to BaseManager.Hieu Hoang
2014-12-03add OutputLatticeSamples() to BaseManager. Move OutputAlignment() to ChartMan...Hieu Hoang
2014-12-02add OutputNBest() as abstract method to BaseManager. Tighten up frameworkHieu Hoang
2014-12-02move n-best code for phrase-based from IOWrapper to ManagerHieu Hoang
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
2012-11-16Expose k-best lists from incremental searchKenneth Heafield
2012-11-16Rename Incremental/Manager.cpp to just Incremental.cppKenneth Heafield