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-08-06Reorganisation of options.Ulrich Germann
2015-07-20allow customized prefix/suffix to mark unknown wordsPhilipp Koehn
2015-07-16Compare nullness in Hypothesis::RecombineCompare.Jeroen Vermeulen
2015-07-04daily automatic beautifierMosesAdmin
2015-06-23Make it possible for TranslationTasks to be accessed by the LMXapaJIaMnu
2015-05-02beautifyHieu Hoang
2015-04-30Remove trailing whitespace in C++ files.Jeroen Vermeulen
2015-04-03Consistent line ending behavior for alignment printing optionsMichael Denkowski
2015-03-18Fixes (?) numerous bugs discovered when the code was actually compiled (an er...Ulrich Germann
2015-03-04Folded contrib/server/mosesserver.cpp into the moses executable.Ulrich Germann
2015-01-14beautifyHieu Hoang
2014-12-30moving more stuff out of IOWrapperHieu Hoang
2014-12-28move OutputBestSurface() to Hypothesis classHieu Hoang
2014-12-28move OutputBestSurface() to Hypothesis classHieu Hoang
2014-12-28move OutputInput() to Hypothesis classHieu Hoang
2014-12-28move OutputAlignment() to Hypothesis classHieu Hoang
2014-12-06add OutputSearchGraphHypergraph() to API framework. Move m_source to BaseManagerHieu Hoang
2014-08-11Fix seg fault in lattice samplesBarry Haddow
2014-08-08method renameHieu Hoang
2014-08-05Incremental scoring of hypotheses.Barry Haddow
2014-07-10rename Evaluate() to EvaluateWhenApplied()Hieu Hoang
2014-01-03make good use of the new precise timer...phikoehn
2013-11-21delete includes for util/check.hhHieu Hoang
2013-11-19replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-15replace nth_element() with macro that execute sort() instead for gcc 4.8.1 & ...Hieu Hoang
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-17constrained decoding FF works for both pb and hieroHieu Hoang
2013-08-30move LexicalReordering to FF directoryHieu Hoang
2013-08-23delete PhraseBasedFeatureContextHieu Hoang
2013-08-13implement Evaluate(inputpath, input) for chart translation options. Plumbing ...Hieu Hoang
2013-08-07beautifyHieu Hoang
2013-08-05all hypotheses have translation option. All translation options have target p...Hieu Hoang
2013-08-05delete Hypothesis::GetSourcePhrase(). Take it directly from TranslationOption...Hieu Hoang
2013-08-05TranslationOption::GetSourcePhrase() return a reference, not a pointer. It mu...Hieu Hoang
2013-07-23add ControlRecombination feature functionHieu Hoang
2013-06-11delete pre-calculated scoring in ChartHypothesis. Should be subsumed by new s...Hieu Hoang
2013-06-06cleanup LoadFeatureFunctions()Hieu Hoang
2013-06-05alternate weight settings: added option to turn off features completelyphikoehn
2013-05-29beautifyHieu Hoang
2013-05-28minor warningsHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-24delete enum StatelessFeatureType. Features can be multiple types at once. Jus...Hieu Hoang
2013-05-21delete references to LMListHieu Hoang
2013-05-161. remove all code for MetaFeature from mira.Hieu Hoang
2013-05-13rename entries in enum StatelessFeatureTypeHieu Hoang
2013-04-30enum StatelessFeatureTypeHieu Hoang
2013-04-24delete m_currScoreBreakdownHieu Hoang
2013-04-24delete different calc functionsHieu Hoang