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 (Collapse)Author
2017-01-02Added labelled score breakdown to translation options in TranslationRequest.Lane Schwartz
This will enable a client to get the feature value(s) associated with a particular feature for a particular translation option
2016-11-14Allow XML-RPC requests to update weightsLane Schwartz
2016-11-12Moses server can now accept and store data associated with a "context-scope" keyLane Schwartz
2016-06-29use Sentence input, even for hiero/syntax model. Doesn't crash server, but ↵Hieu Hoang
doesn't give the right output either
2016-04-15Bug fix: make server interface recognize booleans encoded as proper ↵Ulrich Germann
xmlrpc_c::value_boolean when parsing requests.
2016-02-01Fix mosesserver for hieroBarry Haddow
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
strong them locally where appropriate, so that compontents can become independent of StaticData once instantiated.
2015-12-07Code cleanup.Ulrich Germann
2015-12-07Added switch --daemon: fork and run moses server in background. The parent ↵Ulrich Germann
won't exit until the child is ready to serve.
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
Mark-up of unkown words in output.
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 ↵Ulrich Germann
packing word alignments.
2015-11-19Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into ↵Evgeny Matusov
moses-server-placeholder-patch Conflict in TranslationRequest solved. Conflicts: moses/server/TranslationRequest.cpp moses/server/TranslationRequest.h
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 ↵Ulrich Germann
translations provided with the input.
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
check function for mosesserver request parameters
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
Removed altogether, now using m_options.output.ReportAllFactors.
2015-11-10Integrated more finegrained abyss server control from mosesserver.cpp; ↵Ulrich Germann
mosesserver is now officially deprecated.
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
into a separate file.
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 ↵Ulrich Germann
n-best translations with scores.
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 ↵Ulrich Germann
can now close sessions.
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 ↵Ulrich Germann
implemented.
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