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-12-14rename ChartDecoding -> CYKPlus. Comment out CubeGrowing, not implementedmerge-cmdHieu Hoang
2014-11-30move SetBooleanParameter to Parameter class. Make it a specialized version of...Hieu Hoang
2014-11-28make GetParam() a const method with no side effectHieu Hoang
2014-11-28make GetParam() a const method with no side effectHieu Hoang
2014-11-20Small changes to Parameters and StaticDataHieu Hoang
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-05-20Merge ../mosesdecoder into hieuHieu Hoang
2014-05-20Framework for additional phrase properties in decoding.Matthias Huck
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-16soft matching of target-side nonterminalsRico Sennrich
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-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-15Added option to output unknown words with prefix 'UNK'Jeremy Gwinnup
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