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-11-04Merge s2t branchPhil Williams
2014-09-12n-best tree outputRico Sennrich
2014-07-24Remove, don't just comment outBarry Haddow
2014-07-24Unused codeBarry Haddow
2014-06-08beautifyNicola Bertoldi
2014-06-08merged master into dynamic-modelsNicola Bertoldi
2014-06-08added support for segment idNicola Bertoldi
2014-06-06the management of passthrough xml-tags is introducedNicola Bertoldi
2014-05-20Merge ../mosesdecoder into hieuHieu Hoang
2014-05-20Framework for additional phrase properties in decoding.Matthias Huck
2014-05-19beautifyNicola Bertoldi
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-04-07add -default-non-term-for-empty-range-onlyHieu Hoang
2014-03-22Merge branch 'master' of github.com:moses-smt/mosesdecoder into hieuHieu Hoang
2014-03-21various optimizations to make CYK+ parser several times faster and eat less m...Rico Sennrich
2014-03-07conflictsHieu Hoang
2014-03-03rename SyntaxConstraintFeature to TreeStructureFeatureRico Sennrich
2014-02-26xml parsing for source syntaxHieu Hoang
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-17add feature function HyperParameterAsWeightHieu Hoang
2014-01-17merge master into this branchNicola Bertoldi
2014-01-16soft matching of target-side nonterminalsRico 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-14merge master into this branchNicola Bertoldi
2014-01-13added a dynamic cache-based PhraseDitctionary; applied changes to the cache-b...Nicola Bertoldi
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-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