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
2013-06-05librt only for single-threaded linuxKenneth Heafield
2013-06-05Missing headerKenneth Heafield
2013-06-05librt for single threadedKenneth Heafield
2013-06-05delete information on input scores from StaticDataHieu Hoang
2013-06-05update confusion network to query InputFeature for paramters, rather than Sta...Hieu Hoang
2013-06-05update confusion network to query InputFeature for paramters, rather than Sta...Hieu Hoang
2013-06-05minor cleanup of InputFeatureHieu Hoang
2013-06-05explicitly declare how many scores there are in language model featuresHieu Hoang
2013-06-04new function Parameter::Save() to serialise ini file parametersHieu Hoang
2013-06-04Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2013-06-03fixed two bugs in CderScorer.cppMatous Machacek
2013-06-03Merge branch 'master' of github.com:moses-smt/mosesdecoderIan Johnson
2013-06-03Updated PCL: fixes bugs in type derivation where fanout operations are used.Ian Johnson
2013-06-03fix (minor) unicode warning, and update permissionsRico Sennrich
2013-06-03beautifyHieu Hoang
2013-06-01refactor loading in class PhraseDictionaryFuzzyMatchHieu Hoang
2013-06-01refactor loading in class LexicalReorderingHieu Hoang
2013-05-31consistent Load() for all feature functions. Can be used not to load if doing...Hieu Hoang
2013-05-31consistent Load() for all feature functions. Can be used not to load if doing...Hieu Hoang
2013-05-31request pulled in errorHieu Hoang
2013-05-31Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2013-05-31Merge pull request #36 from lixiangnlp/patch-2Hieu Hoang
2013-05-31Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2013-05-31Reapply Abby Levenberg's log change @4b4aba3Hieu Hoang
2013-05-31port PhraseDictionaryDynSuffixArray to new ini format. Scores aren't the same...Hieu Hoang
2013-05-31basic support for alternate weight settingsphikoehn
2013-05-31bug fix with weight substitutionphikoehn
2013-05-31reset list of feature function for every decode graphHieu Hoang
2013-05-31delete LM:Useable(). Superseded by IsUseable() for all feature functionsHieu Hoang
2013-05-31beautifyHieu Hoang
2013-05-31figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-31figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-31figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-30function to merge feature scores. ie. not add them together.Hieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-30beautifyHieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-30figure out which feature function to apply at which decode step. Book-keepingHieu Hoang
2013-05-29cleanup CreateTargetPhrase()Hieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-29Tetsuo's two patchesKenneth Heafield
2013-05-28move GetFirstLM() as static method of LanguageModelHieu Hoang
2013-05-28add class InputFeature. To replace 7 year old hack of using phrase table weig...Hieu Hoang
2013-05-28Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2013-05-28parse scores correctly. Assume dense features, always in the same orderHieu Hoang
2013-05-28debug PhraseDictionaryALSuffixArray for Wilker. Sparse feature score to doHieu Hoang
2013-05-28Merge branch 'master' of github.com:moses-smt/mosesdecoderIan Johnson