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-14Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-12-14Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-12-14Code cleanup and refactoring.Ulrich Germann
2015-12-12daily automatic beautifierMosesAdmin
2015-12-12Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-12-11Merge ../mosesdecoder into perf_moses2Hieu Hoang
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-06Code cleanup.Ulrich Germann
2015-12-05Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-12-02Code cleanup and bug fix in (Base)Manager::OutputSurface:Ulrich Germann
2015-11-17delete g_mosesDebugHieu Hoang
2015-11-12daily automatic beautifierMosesAdmin
2015-11-11More options refactoring (OOV Handling this time).Ulrich Germann
2015-11-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-18change dynamic to static castHieu Hoang
2015-08-08daily automatic beautifierMosesAdmin
2015-08-06Reorganisation of options.Ulrich Germann
2015-05-13Remove trailing whitespace from C++ files.Jeroen Vermeulen
2015-05-12Code reorganization with respect to hypergraph output.Ulrich Germann
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-05Merge branch 'master' into mmt-devUlrich Germann
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich Germann
2015-02-18Fix -output-unknowns for -search-algorithm 3 (moses_chart)Phil Williams
2015-01-14beautifyHieu Hoang
2015-01-07score deltas in chart decodingMatthias Huck
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-26rename ProcessSentence() to Decode()Hieu 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 ChartManagerHieu Hoang
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu 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 OutputUnknowns() into ManagersHieu Hoang
2014-12-03move OutputDetailedTranslationReport() to ManagersHieu 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-10-08delete lineNumber variable from ChartManager. It should always be carried by ...Hieu Hoang
2014-08-11Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2014-08-08method renameHieu Hoang
2014-08-08method renameHieu Hoang
2014-08-08Implement hypergraph output for chart mosesBarry Haddow
2014-08-06Stub out chart hypergraph outputBarry Haddow