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
2015-03-12Merge branch 'master' of https://github.com/moses-smt/mosesdecoderKenneth Heafield
2015-03-12added a simple translation interfaceJames Zhang
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-02-02Remove -s2t option (use -search-algorithm=6 instead)Phil Williams
2015-01-22option to sort translation options after EvaluateAfterSourceContextHieu Hoang
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-08allow mira compilation for EvaHieu Hoang
2015-01-07delete UserMessage. Too difficult to policeHieu Hoang
2015-01-07new format for [mapping] sectionHieu Hoang
2014-12-15better handling of cache-based models with inconsistent parametersdynamic-modelsNicola Bertoldi
2014-12-14rename ChartDecoding -> CYKPlus. Comment out CubeGrowing, not implementedmerge-cmdHieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
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-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