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-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-11-01Improved reporting of nbest scores via server interface.Ulrich Germann
2015-10-28Once set, context weights are now always const on the ContextScope.Ulrich Germann
2015-10-28Context weights now live in the ContextScope, not any more on TranslationTask.Ulrich Germann
2015-10-24Added parsing of document-leval translation meta-information to setup of Tran...Ulrich Germann
2015-10-21Moses server now accepts context weights as translation request parameters.Ulrich Germann
2015-08-08daily automatic beautifierMosesAdmin
2015-08-06Reorganisation of options.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-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.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. Added FeatureFunction::Setup(TranslationTask const&) const to allow FFs to...Ulrich Germann
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2015-02-02Partial merge of t2s branch (implements t2s and f2s algorithms)Phil Williams
2015-01-04merge RunPb and RunChartHieu Hoang
2014-12-10move OutputBest() to Syntax::ManagerHieu Hoang
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-12-05add OutputSearchGraphSLF() to API frameworkHieu Hoang
2014-12-04move OutputUnknowns() into ManagersHieu Hoang
2014-12-04move OutputDetailedTranslationReport() into Syntax::ManagerHieu Hoang
2014-12-04move n-best output into Syntax::ManagerHieu Hoang
2014-12-03move OutputDetailedTranslationReport() to ManagersHieu Hoang
2014-11-08added phil's functionsHieu Hoang
2014-10-10TranslationTaskChart --> TranslationTaskHieu Hoang
2014-10-09consistent namespaceHieu Hoang
2014-10-07delete lineNumber variable from Manager and TranslationTask. It should always...Hieu Hoang
2014-10-03delete m_latticeSamplesCollectorHieu Hoang
2014-10-03delete m_latticeSamplesCollectorHieu Hoang
2014-10-02merge TranslationTask and IOWrapper. Move m_wordGraphCollector into IOWrapperHieu Hoang
2014-10-02merge TranslationTask and IOWrapper. Move m_detailedTranslationCollector into...Hieu Hoang
2014-10-02merge TranslationTask and IOWrapper. Move m_searchGraphOutputCollector into I...Hieu Hoang
2014-10-02merge TranslationTask and IOWrapper. Move m_alignmentInfoCollector into IOWra...Hieu Hoang
2014-10-01merge TranslationTask and IOWrapper. Move m_unknownsStream into IOWrapperHieu Hoang
2014-10-01merge TranslationTask and IOWrapper. Move m_nBestOutputCollector into IOWrapperHieu Hoang
2014-10-01merge TranslationTask and IOWrapper. Move m_singleBestOutputCollector into IO...Hieu Hoang
2014-09-30move TranslationTask into moses/Hieu Hoang