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-04-13Implement -output-unknowns for search algorithms 7 and 9 (T2S/F2S)Phil Williams
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
2015-03-16Eliminated sources of some compiler warnings (unused variables; signed/usigne...Ulrich Germann
2015-03-10Add SyntaxInputWeight feature functionPhil Williams
2015-02-23Fix -search-algorithm 8Phil Williams
2015-02-19beautifyHieu Hoang
2015-02-13Fix undefined isnan() on Cygwin gcc 4.8.Jeroen Vermeulen
2015-02-02Partial merge of t2s branch (implements t2s and f2s algorithms)Phil Williams
2015-02-02New input type, ForestInput, for weighted forests.Phil Williams
2015-02-02Remove -s2t option (use -search-algorithm=6 instead)Phil Williams
2015-01-30Minor refactoring in moses/SyntaxPhil Williams
2015-01-14beautifyHieu Hoang
2015-01-14Fix a few warnings.Phil Williams
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2015-01-04merge RunPb and RunChartHieu Hoang
2014-12-30Move OutputBest() from Syntax::S2T::Manager to Syntax::ManagerPhil Williams
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-10move OutputBest() to Syntax::ManagerHieu Hoang
2014-12-09Add Moses::Syntax::Manager classPhil Williams
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-05add OutputSearchGraphSLF() to API frameworkHieu Hoang
2014-12-05move OutputWordGraph() and OutputSearchGraph() into ManagersHieu Hoang
2014-12-04move OutputDetailedTreeFragmentsTranslationReport() to ManagerHieu Hoang
2014-12-04move OutputUnknowns() into ManagersHieu Hoang
2014-12-04move OutputDetailedTranslationReport() into Syntax::ManagerHieu Hoang
2014-12-04move n-best output into Syntax::ManagerHieu Hoang
2014-12-03make Phil's Manager class inherit from BaseManager tooHieu Hoang
2014-11-17cygwin compileHieu Hoang
2014-11-10Minor clean-up.Phil Williams
2014-11-08added phil's functionsHieu Hoang
2014-11-07added phil's functionsHieu Hoang
2014-11-04Merge s2t branchPhil Williams