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
2016-07-29commentsHieu Hoang
2016-07-28add client-stdin.perlHieu Hoang
2016-07-08submit multiple sentences to serverHieu Hoang
2015-12-08Code cleanup.Ulrich Germann
2015-12-06Proper version check for xmlrpc-c.Ulrich Germann
2015-11-11Enforce const-ness of command line arguments; bug fix in mosesserver.cpp.Ulrich Germann
2015-11-10Integrated more finegrained abyss server control from mosesserver.cpp; mosess...Ulrich Germann
2015-11-09Consistent naming: total score -> m_futureScoreHieu Hoang
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-08-17Removed ORLM.Ulrich Germann
2015-08-17Bye-bye, PhraseDictionaryDynSuffixArray.Ulrich Germann
2015-08-11remove namespace pollution from old dynamic suffix array and randlmHieu Hoang
2015-08-06performance issue using moses server. Related to email thread https://www.mai...Hieu Hoang
2015-07-21apply Pidong Wang's patch for server to new server code in moses/Hieu Hoang
2015-07-16changes to make static build work, and limit the number of concurrent connect...Hieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into mmt-devUlrich Germann
2015-04-23n-best list creation in phrase-based decoding: improved efficiency with spars...Matthias Huck
2015-04-03Unused variable.Ulrich Germann
2015-03-26Managers and feature functions now have access to the entire TranslationTask,...Ulrich Germann
2015-03-26More bjam fiddling.Ulrich Germann
2015-03-211. Lifetime of tasks in ThreadPool is now managed via shared pointers.Ulrich Germann
2015-03-20Bjam is the most awful build system in the world.Ulrich Germann
2015-03-19Restored legacy moses server.Ulrich Germann
2015-03-04Folded contrib/server/mosesserver.cpp into the moses executable.Ulrich Germann
2015-02-13Missing include: boost/foreach.hpp.Jeroen Vermeulen
2015-02-13Merge branch 'master' into sampled-lexicalized-reorderingUlrich Germann
2015-02-12minor compile errorHieu Hoang
2015-02-10Adapted for new return type of TranslationOptionCollection::GetTranslationOpt...Ulrich Germann
2015-01-02consistent constructor for all managersHieu Hoang
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-28move OutputInput() to Hypothesis classHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-12-05add Decode to API frameworkHieu Hoang
2014-11-25Insert correct settings for nbest list. Not threadsafe though.Barry Haddow
2014-11-18initial work to enable mosesserver for online adaptationNicola Bertoldi
2014-10-13cleaning up IOWrapper. Make all functions member of the classHieu Hoang
2014-10-09consistent namespaceHieu Hoang
2014-10-08delete lineNumber variable from ChartManager. It should always be carried by ...Hieu Hoang
2014-10-07delete lineNumber variable from Manager and TranslationTask. It should always...Hieu Hoang
2014-09-30fix server compile errorHieu Hoang
2014-09-17add back server compile, with warning about xmlrpc-c version 1.25.29Hieu Hoang
2014-09-08Fix caching on mosesserver by using ThreadPoolBarry Haddow
2014-09-08Commented out unused variable.Ulrich Germann
2014-08-08Implement hypergraph output for chart mosesBarry Haddow
2014-08-06Stub out chart hypergraph outputBarry Haddow
2014-07-09Major overhaul of Mmsapt. Reorganization of old and addition of new features ...Ulrich Germann
2014-05-27moseserver can return search graph for chart decodingisnowfy
2014-04-28Merge branch 'master' into dynamic-phrase-tablesUlrich Germann
2014-04-18word alignment from server, thanks to Jyotesh ChoudhariBarry Haddow