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
2016-06-29Merge ../mosesdecoder into perf_moses2Hieu Hoang
2016-06-29always print out memory and timeHieu Hoang
2016-01-12Merge ../mosesdecoder into perf_moses2Hieu Hoang
2016-01-12Bug fix in server as suggested by Martin Baumgärtner.Ulrich Germann
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-07Added switch --daemon: fork and run moses server in background. The parent ↵Ulrich Germann
won't exit until the child is ready to serve.
2015-12-05Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-11-29Unused variable.Ulrich Germann
2015-11-26Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-11-17move global Timer to Timer.hDavid Madl
Move ResetUserTime(), PrintUserTime(), GetUserTime() to Timer.h Do not reset timer in StaticData.
2015-11-12Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-11-11Revert "move printFF out of Parameter class"Hieu Hoang
This reverts commit 4b5466bcfe9448c1ace98800de7d4083f08e9e3c.
2015-11-11move printFF out of Parameter classHieu Hoang
2015-11-11Enforce const-ness of command line arguments; bug fix in mosesserver.cpp.Ulrich Germann
2015-11-10comment out g_numHyposHieu Hoang
2015-11-09Merge ../mosesdecoder into perf_moses2Hieu Hoang
2015-11-09print out num of hypos created before segfaultingHieu Hoang
2015-11-06compile error without XMLRPC-CHieu Hoang
2015-11-06count number of hyposHieu Hoang
2015-11-06count number of hyposHieu Hoang
2015-11-06count number of hyposHieu Hoang
2015-11-04Reduction in number of #ifdef HAVE_XMLRPC_C, as per Hieu's request.Ulrich Germann
2015-11-03eclipse. And more #ifdef HAVE_XMLRPC_CHieu Hoang
2015-10-31daily automatic beautifierMosesAdmin
2015-10-28Context weights now live in the ContextScope, not any more on TranslationTask.Ulrich Germann
TargetPhrase now has weak ptr to ContextScope, not to TranslationTask any more, because TargetPhrases can outlive the scope of a Translation Task.
2015-08-09Merge branch 'master' of http://github.com/moses-smt/mosesdecoderUlrich Germann
Conflicts: moses/SearchCubePruning.cpp moses/SearchNormal.cpp
2015-08-09daily automatic beautifierMosesAdmin
2015-08-08compile error without xmlrpc-c libHieu Hoang
2015-08-08daily automatic beautifierMosesAdmin
2015-08-07Emacs code formatting settings.Ulrich Germann
2015-08-04Code reorganization for better session management in Moses server. Clients ↵Ulrich Germann
can now close sessions.
2015-08-02Reorganization of server options.Ulrich Germann
2015-08-01Reorganization of server options. Added options for sesssion cache.Ulrich Germann
2015-08-01xmlrpc-c server log file now defaults to /dev/null instead of empty stringUlrich Germann
2015-07-28Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ↵Ulrich Germann
ranked-sampling Conflicts: moses/TargetPhrase.cpp moses/TargetPhrase.h
2015-07-22daily automatic beautifierMosesAdmin
2015-07-211. Fixed concurrency issue in context handling.Ulrich Germann
2. Added phrase table feature function PScoreLengthRatio.
2015-07-21apply Pidong Wang's patch for server to new server code in moses/Hieu Hoang
2015-07-03Merge branch 'mmt-dev' into ranked-sampling.Ulrich Germann
Conflicts: moses/TranslationModel/UG/mm/ug_bitext.h moses/TranslationModel/UG/mm/ug_bitext_jstats.cc moses/TranslationModel/UG/mm/ug_bitext_jstats.h moses/TranslationModel/UG/mm/ug_bitext_pstats.cc moses/TranslationModel/UG/mm/ug_sampling_bias.cc moses/TranslationModel/UG/mm/ug_sampling_bias.h
2015-06-23Add context_weights parameter to command lineXapaJIaMnu
2015-06-08Merge branch 'master' into ranked-samplingUlrich Germann
2015-06-08Changes to how the context scope is set.Ulrich Germann
2015-06-02delete ChangeSource(). Not usedHieu Hoang
2015-05-13Remove trailing whitespace from C++ files.Jeroen Vermeulen
2015-05-11Added context buffering in IOWrapper for context-sensitive decoding.Ulrich Germann
Unfortunately, this seems to slow things down quite a bit.
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen