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-10refactor parsing of feature functiona argsHieu 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-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-05alternate weight setting now with correct cachingphikoehn
2013-06-05delete information on input scores from StaticDataHieu Hoang
2013-06-05minor cleanup of InputFeatureHieu Hoang
2013-06-03beautifyHieu 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-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-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-29beautifyHieu Hoang
2013-05-28delete create-iniHieu Hoang
2013-05-28minor warningsHieu Hoang
2013-05-27delete LMListHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-24move and rename PhraseDictionarySCFG -> PhraseDictionaryMemoryHieu Hoang
2013-05-24move and rename PhraseDictionarySCFG -> PhraseDictionaryMemoryHieu Hoang
2013-05-24segfault on mac osx.Hieu Hoang
2013-05-23segfault in edge case where target translation has no wordsHieu Hoang
2013-05-23make each node in trie a pointer. No possibility that the node is delete duri...Hieu Hoang
2013-05-22technical memory leak due to not cleaning up StaticData. Doesn't make much di...Hieu Hoang
2013-05-22technical memory leak due to not cleaning up StaticData. Doesn't make much di...Hieu Hoang
2013-05-22Make Phrase::CreateFromString() more efficientHieu Hoang
2013-05-19port SRILM to new weights formatHieu Hoang
2013-05-19moved config creation back into train-model.perlphikoehn
2013-05-17put back #ifdef LM_IRSTHieu Hoang
2013-05-14port PhraseDictionaryMultiModelCounts to new formatHieu Hoang
2013-05-14unabbreviate some sparse feature namesHieu Hoang
2013-05-14change PhraseDictionaryTreeAdaptor --> PhraseDictionaryBinaryHieu Hoang
2013-05-13macro LM_IRST can't be used in StaticData. Have to ask Ken about thisHieu Hoang
2013-05-13macro LM_IRST can't be used in StaticData. Have to ask Ken about thisHieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-05-10port PhraseDictionaryMultiModel to new formatHieu Hoang
2013-05-10#ifdef around IRSTLM. Haven't done SRILM yetHieu Hoang
2013-05-01change StatelessFeatureType for class SourceWordDeletionFeature. Passed regre...Hieu Hoang
2013-05-01remove SparsePhraseDictionaryFeatureHieu Hoang
2013-05-01delete argument report-sparse-featuresHieu Hoang
2013-04-29rescale LM score for chart decoding by KenLM. All regression tests passesHieu Hoang
2013-04-26delete PhraseDictionaryMemory. Fix word penalty in compact phrase tableHieu Hoang
2013-03-13Merge github.com:moses-smt/mosesdecoder into weight-newHieu Hoang
2013-03-13add -print-alignment-infoHieu Hoang