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-14Code 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-03daily automatic beautifierMosesAdmin
2015-12-02Code cleanup and bug fix in (Base)Manager::OutputSurface:Ulrich Germann
Mark-up of unkown words in output.
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-07-14daily automatic beautifierMosesAdmin
2015-07-13Merge branch 'mmt-dev' of http://github.com/modernMT/mosesdecoderUlrich Germann
Conflicts: moses/BaseManager.cpp moses/StaticData.cpp moses/TargetPhrase.cpp moses/TargetPhrase.h
2015-07-04daily automatic beautifierMosesAdmin
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-13Remove trailing whitespace from C++ files.Jeroen Vermeulen
2015-05-12Code reorganization with respect to hypergraph output.Ulrich Germann
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-03-26Managers have now access to the entire translation task.Ulrich Germann
2015-01-14beautifyHieu Hoang
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-03move OutputDetailedTranslationReport() to ManagersHieu 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