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 (Collapse)Author
2015-10-28Added #define for boost::weak_ptr.Ulrich Germann
2015-10-21Moses server now accepts context weights as translation request parameters.Ulrich Germann
2015-08-07Merge branch 'master' of http://github.com/moses-smt/mosesdecoder into mmt-devUlrich Germann
Conflicts: moses/SearchNormalBatch.cpp moses/TranslationModel/UG/mm/ug_bitext.h moses/TranslationModel/UG/mm/ug_typedefs.h moses/TranslationModel/UG/mmsapt.cpp moses/TranslationModel/UG/mmsapt.h
2015-08-06delete old unused codeHieu Hoang
2015-08-05Option reorganisation in StaticData.Ulrich Germann
2015-05-03some astyle version don't like prefixed commasHieu Hoang
2015-03-26Managers have now access to the entire translation task.Ulrich Germann
2015-03-25delete typedefs for UINT32 and UINT64. MSVC now has uint32_t and uint64_t /KenHieu Hoang
2015-03-10pragma onceMatthias Huck
2015-02-24change default mac-chart-span 10->20. /Arefeh KazemiHieu Hoang
2015-02-12Rename StaticData::IsChart() to IsSyntax() and add new SearchAlgorithm valuesPhil Williams
2015-02-08fix word lattice input feature for non-binary ptHieu Hoang
2015-02-02New input type, ForestInput, for weighted forests.Phil Williams
* Uses Egret format (https://sites.google.com/site/zhangh1982/egret) * Used by forest-to-string search algorithm (-search-algorithm 9)
2015-02-02Placeholders for new syntax-based search algorithmsPhil Williams
2015-02-02Remove -s2t option (use -search-algorithm=6 instead)Phil Williams
2015-01-14use astyle 2.01. It's on Edinburgh server and doesn't screw up enumHieu Hoang
2015-01-14beautifyHieu Hoang
2015-01-08Merge branch 'vw_integration' of github.com:moses-smt/mosesdecoder into ↵Ales Tamchyna
vw_integration
2015-01-08Added TabbedSentence and first attempt at external VW featuresMarcin Junczys-Dowmunt
2015-01-08Merge branch 'master' of github.com:moses-smt/mosesdecoder into vw_integrationAles Tamchyna
2015-01-07new format for [mapping] sectionHieu Hoang
2015-01-06minorAles Tamchyna
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-07mergeHieu Hoang
2014-11-04Merge s2t branchPhil Williams
This adds a new string-to-tree decoder, which can be enabled with the -s2t option. It's intended to be faster and simpler than the generic chart decoder, and is designed to support lattice input (still WIP). For a en-de system trained on WMT14 data, it's approximately 40% faster in practice. For background information, see the decoding section of the EMNLP tutorial on syntax-based MT: http://www.emnlp2014.org/tutorials/5_notes.pdf Some features are not implemented yet, including support for internal tree structure and soft source-syntactic constraints.
2014-09-30separate out class TranslationTask into it's on fileHieu Hoang
2014-08-31Back to the standard default max phrase length of 20 with --with-mm.Ulrich Germann
2014-07-18delete PhraseTableImplementation. Old enumHieu Hoang
2014-07-18Setting DEFAULT_MAX_PHRASE_LENGTH to numeric_limits<size_t>::max() breaksUlrich Germann
the regression test for (deprecated) PhraseDictionaryDynSuffixArray, so I set it to 100,000 (to have virtually unlimited phrase length for suffix array-based phrase tables.
2014-07-09Major overhaul of Mmsapt. Reorganization of old and addition of new features ↵Ulrich Germann
in phrase tables. Many critical bug fixes.
2014-01-15beautifyNicola Bertoldi
2014-01-15code cleanup; fixings to others' code/testNicola Bertoldi
2014-01-14merge master into this branchNicola Bertoldi
2013-11-22delete -parsing-algorithm. Scope-3 parsing depends on the phrase-table ↵Hieu Hoang
implementation used, not this argument
2013-09-25Added Mmsapt as PT implementation type.=
2013-09-14beautifyNicola Bertoldi
2013-08-15xml constraintphikoehn
2013-08-14preparation for dynamic cache-based phrase dictionaryNicola Bertoldi
2013-08-12beautifyNicola Bertoldi
2013-07-08beautifyHieu Hoang
2013-07-08beautifyHieu Hoang
2013-06-26Merge branch 'master' into dynamic-phrase-tablesUlrich Germann
Conflicts: moses/Hypothesis.cpp moses/StaticData.cpp moses/TargetPhrase.cpp moses/TranslationModel/BilingualDynSuffixArray.cpp moses/TranslationModel/BilingualDynSuffixArray.h moses/TranslationModel/PhraseDictionary.h moses/TranslationModel/PhraseDictionaryDynSuffixArray.cpp moses/TranslationModel/PhraseDictionaryDynSuffixArray.h
2013-06-20redo parsing of feature function parametersHieu Hoang
2013-06-10refactor parsing of feature functiona argsHieu Hoang
2013-06-03Added enumerated PhraseTableImplementation type DSuffixArray.Ulrich Germann
2013-05-29beautifyHieu Hoang
2013-05-24delete enum StatelessFeatureType. Features can be multiple types at once. ↵Hieu Hoang
Just overload the Evaluate() function you need
2013-05-13rename entries in enum StatelessFeatureTypeHieu Hoang