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 (Collapse)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
strong them locally where appropriate, so that compontents can become independent of StaticData once instantiated.
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
Mark-up of unkown words in output.
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 ↵Ulrich Germann
n-best translations with scores.
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
The purpose of this effort is to have options local to the individual translation task, so that they can be changed in the running system in a multi-threaded system.
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
Conflicts: Jamroot moses/TranslationModel/UG/mmsapt.h
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
This is one of those little chores in managing a long-lived C++ project: standard C headers like stdio.h and math.h now have their own place in the C++ standard as resp. cstdio, cmath, and so on. In this branch the #include names are updated for the moses/ subdirectory; more branches to follow. C++11 adds cstdint, but to support compilation with the previous standard, that change is left for later.
2015-03-26Managers and feature functions now have access to the entire ↵Ulrich Germann
TranslationTask, not just the InputType.
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 ↵Hieu Hoang
ChartManager
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
the input sentence itself
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