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-11-22add -feature-name-overwrite. Specifically to replace PhraseDictionaryMemory w...Hieu Hoang
2013-11-22delete -parsing-algorithm. Scope-3 parsing depends on the phrase-table implem...Hieu Hoang
2013-11-21add decoder arg -no-cache for mira tuningHieu Hoang
2013-11-15move collection of generation-table from Staticdata to GenerationDictionaryHieu Hoang
2013-11-15move collection of phrase-table from Staticdata to PhraseDictionaryHieu Hoang
2013-11-01output list of available feature functionsHieu Hoang
2013-10-09Merge branch 'master' into GHKMStructGHKMStructPhil Williams
2013-10-03beautifyHieu Hoang
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-10-02move checking of legacy phrase-table to StaticDataHieu Hoang
2013-09-29Merge branch 'master' into GHKMStructPhil Williams
2013-09-27beautifyHieu Hoang
2013-09-23Added All Translation Options for DIMwbraunefe
2013-09-22placeholder for chart decodingHieu Hoang
2013-09-18take out -constraint from Parameter. Now handled exclusively in FFHieu Hoang
2013-09-14beautifyNicola Bertoldi
2013-09-13Tree fragments in GHKM glue rules;Matthias Huck
2013-09-12Add -Tghkm parameterPhil Williams
2013-08-30start on forced decoding for SCFGHieu Hoang
2013-08-22delete GetWordPenaltyProducer(). Need non-const version only for miraHieu Hoang
2013-08-18rpeparation for Dynamic cache-based LMNicola Bertoldi
2013-08-15Added option to output unknown words with prefix 'UNK'Jeremy Gwinnup
2013-08-14preparation for dynamic cache-based phrase dictionaryNicola Bertoldi
2013-08-12beautifyNicola Bertoldi
2013-08-12clean up related to the PhrrasePenalty producerNicola Bertoldi
2013-08-07Merge github.com:moses-smt/mosesdecoder into hieu_opt_inputHieu Hoang
2013-08-07Merge branch 'master' of ssh://github.com/moses-smt/mosesdecoderphikoehn
2013-08-07enriched tracephikoehn
2013-07-19source and target factors for placeholdersHieu Hoang
2013-07-18Merge github.com:moses-smt/mosesdecoder into hieu_opt_inputHieu Hoang
2013-07-18beautifyHieu Hoang
2013-07-18starting placeholderHieu Hoang
2013-07-10get rid of translation option cacheHieu Hoang
2013-07-08beautifyHieu Hoang
2013-07-08beautifyHieu Hoang
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-12refactoring multimodel code out of StaticData; locking.Rico Sennrich
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-09nuke silly debug messagephikoehn
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-31basic support for alternate weight settingsphikoehn