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-01-02Add InMemoryPerSentenceOnDemandLMLane Schwartz
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-03-23Merge branch 'master' of github.com:moses-smt/mosesdecoderLane Schwartz
2016-03-23Fixed bugLane Schwartz
2016-02-20load= option to KenLM exposing more load_method optionsKenneth Heafield
2016-01-13Factored out code in Ken.cppLane Schwartz
2015-11-25daily automatic beautifierMosesAdmin
2015-11-17forward declare SHyperedge in StatefulFeatureFunction, StatelessFeatureFunctionDavid Madl
2015-11-17LanguageModel, KenLM: avoid StaticData usageDavid Madl
2015-11-16Store SHyperedge feature scores as deltas instead of totalsPhil Williams
2015-10-18Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-10-17clean up states after API changeHieu Hoang
2015-10-16make util::StringStream more like std::stringstreamHieu Hoang
2015-10-16use util::StringStreamHieu Hoang
2015-10-16beautifyHieu Hoang
2015-10-14use KenLM's own hash and operator== fnHieu Hoang
2015-10-14syntax decoding uses unordered setHieu Hoang
2015-10-12redo state API for simple distortion and KenLM. Regression failure with KenLMHieu Hoang
2015-10-08add operator==() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-10-08add operator==() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-10-08add hash() to FFState. Get ready to use unordered_set in stacksHieu Hoang
2015-03-29Fix some compile warnings (gcc 4.9.2).Jeroen Vermeulen
2015-03-28Modernize "C" includes in moses.Jeroen Vermeulen
2015-02-19beautifyHieu Hoang
2015-02-14Explicitly instantiate LanguageModelKen.Jeroen Vermeulen
2015-02-06virtual destructor for KenOSMBase /Jeroen VermeulenHieu Hoang
2015-02-06check args for KENLMHieu Hoang
2015-02-04KenLM wrapper fixHieu Hoang
2015-02-03Fix argument parser: ignore leadKenneth Heafield
2015-02-02Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2015-02-02Rewrite KenLM argument parser to consume one =Kenneth Heafield
2015-01-30Minor refactoring in moses/SyntaxPhil Williams
2015-01-14beautifyHieu Hoang
2015-01-12s2t decoder: fix scoringPhil Williams
2015-01-08Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-01-07score deltas in chart decodingMatthias Huck
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-11-13fix LMOOVFeature and implement it for NeuralLMWrapperRico Sennrich
2014-11-04Merge s2t branchPhil Williams
2014-07-10rename Evaluate() to EvaluateWhenApplied()Hieu Hoang
2014-07-10rename Evaluate() to EvaluateWhenApplied()Hieu Hoang
2014-01-15beautifyNicola Bertoldi
2014-01-13get rid of all aborts from decoderHieu Hoang
2014-01-13get rid of all abortsHieu Hoang
2013-11-23UTIL_THROW_IF -> UTIL_THROW_IF2Hieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-07Initialize variables...Kenneth Heafield