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-01-29dont crash if no translation in hiero serverprobingBarry Haddow
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-10Passing around AllOptions or references thereto everywhere,Ulrich Germann
2015-12-07Code cleanup.Ulrich Germann
2015-12-07Added switch --daemon: fork and run moses server in background. The parent wo...Ulrich Germann
2015-12-06Code cleanup.Ulrich Germann
2015-12-06Code cleanup.Ulrich Germann
2015-12-02Code cleanup and bug fix in (Base)Manager::OutputSurface:Ulrich Germann
2015-11-29Initialization order of members.Ulrich Germann
2015-11-24Cosmetic fix for having the server reporting word alignments left-to-right.Ulrich Germann
2015-11-24Fix suggested by Martin Baumgärtner to keep server from crashing when packin...Ulrich Germann
2015-11-19Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into moses...Evgeny Matusov
2015-11-19another fix to debug output for moses serverEvgeny Matusov
2015-11-19another update in Debug output for Moses serverEvgeny Matusov
2015-11-19changed debug output for moses serverEvgeny Matusov
2015-11-18Bug fix in server: Moses server now handles the placeholder mechanism for tra...Ulrich Germann
2015-11-18added first version of regression testing for moses serverEvgeny Matusov
2015-11-17fixed moses server placehoders ; correctly implemented the boolean parameter ...Evgeny Matusov
2015-11-17second commit of moses server placeholder fixEvgeny Matusov
2015-11-17first commit of placeholder changes to moses serverEvgeny Matusov
2015-11-11Bug fix: m_reportAllFactors was never initialized or set.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-11-04Reduction in number of #ifdef HAVE_XMLRPC_C, as per Hieu's request.Ulrich Germann
2015-11-04Moved implementation of server-specific member functions of Hypothesis class ...Ulrich Germann
2015-11-01Improved reporting of nbest scores via server interface.Ulrich Germann
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide n-bes...Ulrich Germann
2015-10-28Once set, context weights are now always const on the ContextScope.Ulrich Germann
2015-10-25WordsRange -> RangeHieu Hoang
2015-10-21Moses server now accepts context weights as translation request parameters.Ulrich Germann
2015-08-10Trying to get things to compile with newer versions of boost.Ulrich Germann
2015-08-10Exclude code from compilation when compiling without xmlrpc-c.Ulrich Germann
2015-08-09Added Emacs code formatting instructions.Ulrich Germann
2015-08-09Copy options from StaticData in constructor.Ulrich Germann
2015-08-09Bug fix: prefixed std:: in several places.Ulrich Germann
2015-08-07Update some options via xmlrpc_c calls.Ulrich Germann
2015-08-04Code reorganization for better session management in Moses server. Clients ca...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-07-31Reporting of context parameter in TranslationRequest constructor.Ulrich Germann
2015-07-211. Fixed concurrency issue in context handling.Ulrich Germann
2015-07-02Removal of 'using namespace ...' from several header files.Ulrich Germann
2015-06-24Added context handling to TranslationRequest for moses server.Ulrich Germann
2015-06-05daily automatic beautifierMosesAdmin
2015-06-04Bug fix: m_nbestSize wasn't initialized in class TranslationRequest.Ulrich Germann
2015-05-02beautifyHieu Hoang