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
path: root/moses
AgeCommit message (Collapse)Author
2017-01-14tpt_tokenindex.cc: Indentation.Ulrich Germann
2017-01-07compile errorHieu Hoang
2017-01-06daily automatic beautifierMosesAdmin
2017-01-06MergeLane Schwartz
2017-01-06Fixed a subtle possibly thread-related threadLane Schwartz
2017-01-03daily automatic beautifierMosesAdmin
2017-01-02Allow user to specify whether PhraseDictionaryMemoryPerSentenceOnDemand are ↵Lane Schwartz
probability values or not
2017-01-02Merge branch 'master' of github.com:moses-smt/mosesdecoderLane Schwartz
2017-01-02Add InMemoryPerSentenceOnDemandLMLane Schwartz
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-12-29fixing errors while building with oxlm: renamed iptr to boost_iptr because ↵Doried Abd-Allah
of a conflict with eigen library required by oxlm, added boost_serialization to oxlm requirements in jamroot
2016-12-06bug in state comparison. If 2 states are actually the same object, return ↵Hieu Hoang
true, not false
2016-11-22missing header fileHieu Hoang
2016-11-15daily automatic beautifierMosesAdmin
2016-11-15Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2016-11-15error messageHieu Hoang
2016-11-14Allow XML-RPC requests to update weightsLane Schwartz
2016-11-13daily automatic beautifierMosesAdmin
2016-11-12Add per-sentence on-demand translation model.Lane Schwartz
This translation model reads its phrase table from a TranslationTask object's ContextScope. This data can come from, for example, a mosesserver XML-RPC client.
2016-11-12Moses server can now accept and store data associated with a "context-scope" keyLane Schwartz
2016-11-12Clean up codeLane Schwartz
2016-10-19Actually support multiple output factors for XML-specified translationsmjdenkowskiMichael Denkowski
2016-10-19Support multiple output factors for XML-specified translationsMichael Denkowski
2016-10-06Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2016-10-06compile errorHieu Hoang
2016-10-06daily automatic beautifierMosesAdmin
2016-10-06mergeHieu Hoang
2016-10-06quering -> queryingHieu Hoang
2016-10-06check that pt existsHieu Hoang
2016-10-06no segfault. yayHieu Hoang
2016-10-05add StoreVocabHieu Hoang
2016-10-05getKey() -> Moses::getKey()Hieu Hoang
2016-10-05compiles but segfaultHieu Hoang
2016-10-04compilesHieu Hoang
2016-10-03update Moses::ProbingPT with Moses2::ProbingPT. Does not compileHieu Hoang
2016-10-03daily automatic beautifierMosesAdmin
2016-10-03return correct target phrasesHieu Hoang
2016-09-30lookup in size order for compact ptHieu Hoang
2016-09-05daily automatic beautifierMosesAdmin
2016-09-04Merge branch 'master' of git://github.com/moses-smt/mosesdecoderPhilipp Koehn
2016-09-04reversing change: now compact phrase table memory mapping is turned on by ↵Philipp Koehn
default, can be turned off with -minphr-memory (as before 2015-12-12)
2016-09-04Merge pull request #161 from pakozm/masterHieu Hoang
Updated hashCode generation at NeuralLMWrapper.cpp
2016-08-19return reference to object, not a copyHieu Hoang
2016-08-18typoHieu Hoang
2016-08-18compile error on some gccHieu Hoang
2016-08-18Fix compiler warningsKenneth Heafield
2016-08-18Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2016-08-18Make lazyken accept falseKenneth Heafield
2016-08-13clang compile errorHieu Hoang
2016-08-13compile error on gcc 4.6.3Hieu Hoang