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
2017-07-20Merge remote-tracking branch 'upstream/master'Prashant Mathur
2017-02-25Added alignment options to Moses serverLane Schwartz
2017-01-02Added labelled score breakdown to translation options in TranslationRequest.Lane Schwartz
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-11-08Interpret xml tags before translating in server mode.Prashant Mathur
2016-06-29use Sentence input, even for hiero/syntax model. Doesn't crash server, but do...Hieu Hoang
2016-04-15Bug fix: make server interface recognize booleans encoded as proper xmlrpc_c:...Ulrich Germann
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
2015-12-07Code cleanup.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-24Cosmetic fix for having the server reporting word alignments left-to-right.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-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-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-09Copy options from StaticData in constructor.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-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-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
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