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
2014-02-24create ResetWeights(). Only for dense weightsHieu Hoang
2014-01-27delete -adjacent-only. RubbishHieu Hoang
2014-01-25output list of available feature functions, separated by space, rather than l...Hieu Hoang
2014-01-20sparse feature weights can now be set in moses.ini; overrides weights in weig...Rico Sennrich
2014-01-15beautifyNicola Bertoldi
2014-01-15code cleanup; fixings to others' code/testNicola Bertoldi
2014-01-14partial code cleanup (not working)Nicola Bertoldi
2014-01-14making dynamic models compliant with the masterNicola Bertoldi
2014-01-14merge master into this branchNicola Bertoldi
2014-01-13added a dynamic cache-based PhraseDitctionary; applied changes to the cache-b...Nicola Bertoldi
2014-01-13added a dynamic cache-based PhraseDitctionary; applied changes to the cache-b...Nicola Bertoldi
2014-01-09minor error in option to override feature name /Maria NadejdeHieu Hoang
2014-01-05additional time reporting and stardardizationphikoehn
2014-01-03make good use of the new precise timer...phikoehn
2013-12-14sparse feature support for alternate weight settingphikoehn
2013-12-11consistent global variable g_mosesDebugHieu Hoang
2013-12-07move all feature functions out of StaticDataHieu Hoang
2013-12-06move word penalty feature out of StaticDataHieu Hoang
2013-12-05move backoff parameter into decode graph classHieu Hoang
2013-12-03minor verbose messageHieu Hoang
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-21delete includes for util/check.hhHieu Hoang
2013-11-21replace CHECK with UTIL_THROW_IF in MosesHieu 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-26Merge branch 'master' of github.com:moses-smt/mosesdecoderUlrich Germann
2013-09-25skeleton PTHieu Hoang
2013-09-25Merge branch 'dynamic-phrase-tables'Ulrich Germann
2013-09-25Code reformatting. Once upon a time there was a rule of courtesy not to make ...=
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-13Tree fragments in GHKM glue rules;Matthias Huck
2013-09-12Add -Tghkm parameterPhil Williams
2013-09-06no change commit. Force rerun of cruise controlHieu Hoang
2013-09-05no change commit. Force rerun of cruise controlHieu Hoang
2013-08-30start on forced decoding for SCFGHieu Hoang
2013-08-30move LexicalReordering to FF directoryHieu Hoang
2013-08-18rpeparation for Dynamic cache-based LMNicola Bertoldi
2013-08-15Added option to output unknown words with prefix 'UNK'Jeremy Gwinnup