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-11daily automatic beautifierMosesAdmin
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-08Reduce dependence on StaticData.Ulrich Germann
2015-12-06Code cleanup.Ulrich Germann
2015-11-17move global Timer to Timer.hDavid Madl
2015-11-02daily automatic beautifierMosesAdmin
2015-11-01Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-10-31daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-28Context weights now live in the ContextScope, not any more on TranslationTask.Ulrich Germann
2015-10-27daily automatic beautifierMosesAdmin
2015-10-24Added parsing of document-leval translation meta-information to setup of Tran...Ulrich Germann
2015-10-22daily automatic beautifierMosesAdmin
2015-10-21Moses server now accepts context weights as translation request parameters.Ulrich Germann
2015-08-08daily automatic beautifierMosesAdmin
2015-08-07Merge branch 'mmt-dev2' into mmt-devUlrich Germann
2015-08-06Reorganisation of options.Ulrich Germann
2015-08-05Option reorganisation in StaticData.Ulrich Germann
2015-07-211. Fixed concurrency issue in context handling.Ulrich Germann
2015-07-03Merge branch 'mmt-dev' into ranked-sampling.Ulrich Germann
2015-06-25Enable the bias weights to be (re)set by the server.XapaJIaMnu
2015-06-23Add context_weights parameter to command lineXapaJIaMnu
2015-06-08New create function that includes scope. New member function to exposure IOWr...Ulrich Germann
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-04-29Fix a bunch of compiler warnings.Jeroen Vermeulen
2015-04-031. A context string for biased sampling in Mmsapt can now be provided on theUlrich Germann
2015-03-30Added member for storing annotations by feature functions.Ulrich Germann
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich Germann
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2015-03-15Instances of InputType (and derived classes) now know which TranslationTask (...Ulrich Germann
2015-02-23Fix -search-algorithm 8Phil Williams
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-02-02Partial merge of t2s branch (implements t2s and f2s algorithms)Phil Williams
2015-02-02Remove -s2t option (use -search-algorithm=6 instead)Phil Williams
2015-01-27shut upRELEASE-3.0Hieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-14Fix a few warnings.Phil Williams
2015-01-10re-enable tree fragment reportingRico Sennrich
2015-01-10call Manager::OutputAlignment()Hieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2015-01-04merge RunPb and RunChartHieu Hoang
2015-01-02consistent constructor for all managersHieu Hoang
2015-01-02move OutputBest() from TranslationTask to ManagerHieu Hoang
2014-12-30move OutputAlignment() to Manager classHieu Hoang
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-30convert static methods to const methodsHieu Hoang