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
2017-03-05daily automatic beautifierMosesAdmin
2016-06-16Global scope for VW training.Ulrich Germann
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-06Code cleanup.Ulrich Germann
2015-11-17move global Timer to Timer.hDavid Madl
Move ResetUserTime(), PrintUserTime(), GetUserTime() to Timer.h Do not reset timer in StaticData.
2015-11-12daily automatic beautifierMosesAdmin
2015-11-11Enforce const-ness of command line arguments; bug fix in mosesserver.cpp.Ulrich Germann
2015-11-02daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide ↵Ulrich Germann
n-best translations with scores.
2015-10-16use util::StringStreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-08-08daily automatic beautifierMosesAdmin
2015-08-07More reorganisation of options.Ulrich Germann
2015-06-02delete ChangeSource(). Not usedHieu Hoang
2015-05-02beautifyHieu Hoang
2015-04-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into mmt-devUlrich Germann
Conflicts: moses/Syntax/F2S/Manager-inl.h moses/TranslationModel/UG/mmsapt.cpp
2015-04-23Add cross-platform randomizer module.Jeroen Vermeulen
The code uses two mechanisms for generating random numbers: srand()/rand(), which is not thread-safe, and srandom()/random(), which is POSIX-specific. Here I add a util/random.cc module that centralizes these calls, and unifies some common usage patterns. If the implementation is not good enough, we can now change it in a single place. To keep things simple, this uses the portable srand()/rand() but protects them with a lock to avoid concurrency problems. The hard part was to keep the regression tests passing: they rely on fixed sequences of random numbers, so a small code change could break them very thoroughly. Util::rand(), for wide types like size_t, calls std::rand() not once but twice. This behaviour was generalized into utils::wide_rand() and friends.
2015-03-26Managers and feature functions now have access to the entire ↵Ulrich Germann
TranslationTask, not just the InputType.
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2. Code cleanup in IOWrapper and a bit elsewhere.
2015-02-05Simple structure change to make moses main() function available in libmoses.aJames Zhang
2015-01-14beautifyHieu Hoang
2015-01-08small changesMarcin Junczys-Dowmunt
2015-01-08added skeleton for vwtrainerMarcin Junczys-Dowmunt
2015-01-04merge RunPb and RunChartHieu Hoang
2015-01-02consistent constructor for all managersHieu Hoang
2014-12-30convert static methods to const methodsHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
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-02add OutputNBest() as abstract method to BaseManager. Tighten up frameworkHieu Hoang
2014-12-01start cleanup of IOWrapper. Constructor takes no argsHieu Hoang
2014-11-20Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
Conflicts: moses-cmd/simulate-pe.cc
2014-11-20simulated post editingHieu Hoang
2014-11-20simulated post editingHieu Hoang
2014-11-20Small changes to Parameters and StaticDataHieu Hoang
2014-11-18improvement on passthrough informationNicola Bertoldi
2014-11-16Fixed after changes to the Moses code structure.Ulrich Germann
2014-10-23Adapted to new location of TranslationAnalysis.h.Ulrich Germann
2014-10-13cleaning up IOWrapper. Make all functions member of the classHieu Hoang
2014-10-10merge moses_chart and mosesHieu Hoang
2014-10-09get ready to merge IOWrapperHieu Hoang
2014-10-09consistent namespaceHieu Hoang
2014-10-08minor changeNicola Bertoldi
2014-10-08minor changeNicola Bertoldi
2014-10-07delete lineNumber variable from Manager and TranslationTask. It should ↵Hieu Hoang
always be carried by the input sentence itself
2014-10-07Merge ../mosesdecoder into merge-cmdHieu Hoang
2014-10-03standardize GetIOWrapper().Hieu Hoang
2014-10-03move lattice sample collector from Main to IOWrapperHieu Hoang