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-12-12daily automatic beautifierMosesAdmin
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-08Code refactoring: All FF now get access to AllOptions at load time, so they d...Ulrich Germann
2015-10-29restored the not-adaptive version of mosesnicolabertoldi
2015-10-28Context weights now live in the ContextScope, not any more on TranslationTask.Ulrich Germann
2015-10-27daily automatic beautifierMosesAdmin
2015-10-26Context-sensitive IRSTLM, but not thread-safe yet.Ulrich Germann
2015-10-25Copied IRSTLM files from commit b875577b1523c8e4be69644db463efeb044c7264Ulrich Germann
2015-10-24Attempt to make IRSTLM thread-proof.Ulrich Germann
2015-10-24Updated preprocessor commands to toggle between context-adaptive and regular ...Ulrich Germann
2015-10-24Context-sensitive computation of LM scores in IRSTLM.Ulrich Germann
2015-10-23Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-10-21Moses server now accepts context weights as translation request parameters.Ulrich Germann
2015-10-08re-introduced the cache for IRSTLM dictionary codesnicolabertoldi
2015-10-05made interface to IRSTLM threadsafenicolabertoldi
2015-06-25Make getScore be able to access ttasksptr. Only works with suffix array for n...XapaJIaMnu
2015-06-25Enable the bias weights to be (re)set by the server.XapaJIaMnu
2015-06-23Make it possible for TranslationTasks to be accessed by the LMXapaJIaMnu
2015-05-19Preparation for allowing context-aware decoding.Ulrich Germann
2015-02-19beautifyHieu Hoang
2015-01-26fixings to the IRSTLM interface for textual input; code cleanupNicola Bertoldi
2015-01-26fixings to the IRSTLM interface for textual inputNicola Bertoldi
2015-01-20Revert "improved interface towards IRSTLM"Matthias Huck
2015-01-08Merge branch 'master' of https://github.com/moses-smt/mosesdecoderNicola Bertoldi
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2015-01-05improved interface towards IRSTLMNicola Bertoldi
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-05uninitialised variableHieu Hoang
2014-05-17made complaint with namespace irstlm recently introduced in IRSTLM packageNicola Bertoldi
2013-10-29remove description argument from feature function constructor. RedundantHieu Hoang
2013-08-28refactor parsing of args for language modelsHieu Hoang
2013-06-03beautifyHieu Hoang
2013-05-31consistent Load() for all feature functions. Can be used not to load if doing...Hieu Hoang
2013-05-31consistent Load() for all feature functions. Can be used not to load if doing...Hieu Hoang
2013-05-29beautifyHieu Hoang
2013-04-29mergeHieu Hoang
2013-04-25Back FactorCollection with a memory pool. Less memory for large vocabularies.Kenneth Heafield
2013-03-19runtime error using name args with language modelsHieu Hoang
2013-02-21rename a variable and functionHieu Hoang
2013-02-21make LanguageModelImplementation have new format constructorHieu Hoang
2013-02-19throw exception if unknown argumentHieu Hoang
2013-02-05name-value pairs for LM argumentsHieu Hoang
2013-01-17refactor LanguageModelIRSTHieu Hoang
2013-01-17refactor LanguageModelHieu Hoang
2012-12-24clean up InitializeBeforeSentenceProcessing()Hieu Hoang
2012-12-24clean up InitializeBeforeSentenceProcessing()Hieu Hoang
2012-11-12move moses/src/* to moses/Hieu Hoang