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-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-02Code cleanup and bug fix in (Base)Manager::OutputSurface:Ulrich Germann
2015-10-25WordsRange -> RangeHieu Hoang
2015-08-06Reorganisation of options.Ulrich Germann
2015-07-02Removal of 'using namespace ...' from several header files.Ulrich Germann
2015-06-23Make it possible for TranslationTasks to be accessed by the LMXapaJIaMnu
2015-05-13beautify. Add sed for trailing spacesHieu Hoang
2015-05-12Code reorganization with respect to hypergraph output.Ulrich Germann
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-27Making GetSource() in Manager and Basemanager virtual breaks one regression t...Ulrich Germann
2015-03-26Managers have now access to the entire translation task.Ulrich Germann
2015-01-14beautifyHieu Hoang
2015-01-04merge RunPb and RunChartHieu Hoang
2014-12-30moving more stuff out of IOWrapperHieu 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-04move n-best output into Syntax::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 ChartManagerHieu Hoang
2014-12-02move n-best code for phrase-based from IOWrapper to ManagerHieu Hoang