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-08-06Reorganisation of options.Ulrich Germann
2015-08-04Code reorganization for better session management in Moses server. Clients ca...Ulrich Germann
2015-08-04More extensive filtering of compiler warnings with --filter-warnings.Ulrich Germann
2015-08-04Renamed for file name consistency.Ulrich Germann
2015-08-03Bug fix: ensure a new session ID is assigned every time a session isn't found.Ulrich Germann
2015-08-03Make translation sessions in the server actually work. Time-out yet to be imp...Ulrich Germann
2015-08-02Initial check-in of translation session management in the server.Ulrich Germann
2015-08-02Reorganization of server options.Ulrich Germann
2015-08-02Restore readability.Ulrich Germann
2015-08-01Reorganization of server options. Added options for sesssion cache.Ulrich Germann
2015-08-01Report bias server errors.Ulrich Germann
2015-08-01Added virtual deconstructor.Ulrich Germann
2015-08-01Logging in constructor of http_client. Member function to return server error...Ulrich Germann
2015-08-01Bug fix in uri_encode. Logging of lookup in http_client constructor.Ulrich Germann
2015-08-01xmlrpc-c server log file now defaults to /dev/null instead of empty stringUlrich Germann
2015-07-31Reporting of context parameter in TranslationRequest constructor.Ulrich Germann
2015-07-31Logging in query_bias_server().Ulrich Germann
2015-07-31rm bin/moses_chart => rm -f bin/moses_chart.Ulrich Germann
2015-07-28Removed ranking stuff prior to merge with master.mmt-mvp-v0.12.0Ulrich Germann
2015-07-28No ranked sampling for the time being.Ulrich Germann
2015-07-28Merge branch 'mmt-dev' of http://github.com/ModernMT/mosesdecoder into ranked...Ulrich Germann
2015-07-28Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into ranked...Ulrich Germann
2015-07-28Removed building of cooccurrence table from mmlex-build.Ulrich Germann
2015-07-28Multi-threaded sorting when building suffix array.Ulrich Germann
2015-07-26New dummy bias that always returns 1.Ulrich Germann
2015-07-26work in progressUlrich Germann
2015-07-26Fix typo.Ulrich Germann
2015-07-25daily automatic beautifierMosesAdmin
2015-07-24Model1FeatureMatthias Huck
2015-07-24Removed some duplicate code.Matthias Huck
2015-07-24Moses::Scan too inefficientMatthias Huck
2015-07-24MinCount parameter in score-mainMatthias Huck
2015-07-24minor maintenance of sparse features codeMatthias Huck
2015-07-23Support for nplm in emsBarry Haddow
2015-07-23Initial check-in.Ulrich Germann
2015-07-23Logging of priming time in ranked sampling.Ulrich Germann
2015-07-23Map instead of vector for bias map in SamplingBias.Ulrich Germann
2015-07-23Trying to make sampling more efficient for large document collections underly...Ulrich Germann
2015-07-23Increased verbosity threshold for logging document map.Ulrich Germann
2015-07-23Bug fix: TargetPhrase::GetTtask() must return shared pointer, not reference t...Ulrich Germann
2015-07-22daily automatic beautifierMosesAdmin
2015-07-211. Fixed concurrency issue in context handling.Ulrich Germann
2015-07-21Added utility function len_from_pid().Ulrich Germann
2015-07-21Fixed typo in comment.Ulrich Germann
2015-07-21added switch -fopenmp to compilation of BiLM_NPML.oUlrich Germann
2015-07-21apply Pidong Wang's patch for server to new server code in moses/Hieu Hoang
2015-07-21Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-07-21daily automatic beautifierMosesAdmin
2015-07-20only extract reordering phrase pairs if use mmsapt phrase tablePhilipp Koehn
2015-07-20compress sort tmp files by defaultPhilipp Koehn