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 (Expand)Author
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-10must create alignment before evaluating. Some feature function require alignm...Hieu Hoang
2013-06-09refactor WordTranslationFeature::Load()Hieu Hoang
2013-06-09refactor TargetWordInsertionFeature::Load()Hieu Hoang
2013-06-09sparse features in binary phrase tableHieu Hoang
2013-06-09feature functions can be both sparse AND denseHieu Hoang
2013-06-09Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2013-06-09nuke silly debug messagephikoehn
2013-06-09commentHieu Hoang
2013-06-08table limit = 0 means no limit, for on-diskHieu Hoang
2013-06-08multiple LMsHieu Hoang
2013-06-07implement feature override as a run-time override of specific argument of a f...Hieu Hoang
2013-06-07implement feature override as a run-time override of specific argument of a f...Hieu Hoang
2013-06-07separate vectors of translations scores from input scoresHieu Hoang
2013-06-07separate vectors of translations scores from input scoresHieu Hoang
2013-06-07minorHieu Hoang
2013-06-07minorHieu Hoang
2013-06-07minorHieu Hoang
2013-06-06m_numInputScores deleted from PhraseDictionary.Hieu Hoang
2013-06-06split score vector into phrase table scores and input scores. Save input scor...Hieu Hoang
2013-06-06cleanup LoadFeatureFunctions()Hieu Hoang
2013-06-06alternate weight settings can now ignore decoding graphsphikoehn
2013-06-05alternate weight settings: added option to turn off features completelyphikoehn
2013-06-05Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoderphikoehn
2013-06-05alternate weight setting now with correct cachingphikoehn
2013-06-05implement GenerationDictionary.Load()Hieu Hoang
2013-06-05Missing headerKenneth 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-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-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-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