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
2016-08-13compile error on gcc 4.6.3Hieu Hoang
2016-08-12Support storing coordinates of target phraseMichael Denkowski
- Keep track of named spaces in StaticData - Adding coords to phrases implemented for Mmsapt
2015-12-14Code cleanup and refactoring.Ulrich Germann
2015-12-12Merge branch 'master' of https://github.com/moses-smt/mosesdecoderUlrich Germann
2015-12-12Changes to PhraseDictionaryCompact and LexicalReorderingtableCompact:Ulrich Germann
- minphr-memory and minlexr-memory are now static members of the respective classes, not global variables; they are interpreted by class-specific option interpretation functions that are called from StaticData.cpp. - m_weight has been removed from PhraseDictionaryCompact and PhraseDecoder, as it was never used.
2015-12-12daily automatic beautifierMosesAdmin
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-11Code cleanup and refactoring.Ulrich Germann
2015-12-09daily automatic beautifierMosesAdmin
2015-12-08Reduce dependence on StaticData.Ulrich Germann
2015-12-07Code cleanup.Ulrich Germann
2015-12-06Code cleanup.Ulrich Germann
2015-11-17LanguageModel, KenLM: avoid StaticData usageDavid Madl
* drop global lmodel-oov-feature option, and add it to LM FF config line instead use oov-feature=1 (bool) option instead * drop LanguageModel::GetWeight() * KenLM: use m_verbosity of FF instead of IFVERBOSE macro which uses StaticData * train-model.perl: move language model OOV feature onto LM feature spec line
2015-11-12daily automatic beautifierMosesAdmin
2015-11-11More options refactoring (OOV Handling this time).Ulrich Germann
2015-11-11Merge branch 'master' of https://github.com/modernmt/mosesdecoderUlrich Germann
Conflicts: moses/parameters/InputOptions.cpp moses/parameters/InputOptions.h
2015-11-11Moved placeholder factor variable from StaticData to InputOptions.Ulrich Germann
2015-11-03More options cleanup.Ulrich Germann
2015-11-02daily automatic beautifierMosesAdmin
2015-10-31Options refactoring. Moses crashed in server mode when asked to provide ↵Ulrich Germann
n-best translations with scores.
2015-08-08daily automatic beautifierMosesAdmin
2015-08-07More reorganisation of options.Ulrich Germann
2015-08-06Reorganisation of options.Ulrich Germann
The purpose of this effort is to have options local to the individual translation task, so that they can be changed in the running system in a multi-threaded system.
2015-07-20allow customized prefix/suffix to mark unknown wordsPhilipp Koehn
2015-06-02Lint-fixing binge.Jeroen Vermeulen
2015-05-27Option bundling.Ulrich Germann
2015-05-13beautify. Add sed for trailing spacesHieu Hoang
2015-05-12Reformatting.Ulrich Germann
2015-05-11Added context buffering in IOWrapper for context-sensitive decoding.Ulrich Germann
Unfortunately, this seems to slow things down quite a bit.
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-27Code reorganization.Ulrich Germann
2015-03-26Managers and feature functions now have access to the entire ↵Ulrich Germann
TranslationTask, not just the InputType.
2015-03-12Merge branch 'master' of https://github.com/moses-smt/mosesdecoderKenneth Heafield
Conflicts: moses/ExportInterface.cpp
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 ↵Hieu Hoang
of template SetParameter
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