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
path: root/moses
AgeCommit message (Expand)Author
2015-02-06Changed return type of CreateTranslationOptionsForRange(...).Ulrich Germann
2015-02-06Code reorganization and code cleanup.Ulrich Germann
2015-02-06Changed return types of member functions CreateTranslationOptionsForRange(......Ulrich Germann
2015-02-06Changed return type of CreateTranslationOptionsForRange(...) from void to bool.Ulrich Germann
2015-02-06Changed return type of CreateTranslationOptionsForRange(...) from void to bool.Ulrich Germann
2015-02-06Changed return type of CreateTranslationOptionsForRange(...) from void to boo...Ulrich Germann
2015-02-06Changed return type of CreateTranslationOptionsForRange(...) from void to bool.Ulrich Germann
2015-02-06Reformatting. Added member functions SelectNBest and PruneByThreshold.Ulrich Germann
2015-02-06Reformatting.Ulrich Germann
2015-02-06Reformatted for readability.Ulrich Germann
2015-02-05Simple structure change to make moses main() function available in libmoses.aJames Zhang
2015-02-05Using boost for prefix/suffix checks /Jeroen VermeulenHieu Hoang
2015-02-04Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-02-04KenLM wrapper fixHieu Hoang
2015-02-04vw bugfixAles Tamchyna
2015-02-04avoid duplicate generation of source-side features when training VWAles Tamchyna
2015-02-03Fix argument parser: ignore leadKenneth Heafield
2015-02-02Partial merge of t2s branch (implements t2s and f2s algorithms)Phil Williams
2015-02-02New input type, ForestInput, for weighted forests.Phil Williams
2015-02-02Placeholders for new syntax-based search algorithmsPhil Williams
2015-02-02Remove -s2t option (use -search-algorithm=6 instead)Phil Williams
2015-02-02Merge branch 'master' of github.com:moses-smt/mosesdecoderKenneth Heafield
2015-02-02Rewrite KenLM argument parser to consume one =Kenneth Heafield
2015-01-30Minor refactoring in moses/SyntaxPhil Williams
2015-01-29PhraseOrientationFeature: more sparse scoresMatthias Huck
2015-01-29vw verboseAles Tamchyna
2015-01-29VW verbose outputsAles Tamchyna
2015-01-29Merge branch 'master' of github.com:moses-smt/mosesdecoderAles Tamchyna
2015-01-29optionally leave one out in VW trainingAles Tamchyna
2015-01-28PhraseOrientationFeature: can produce some sparse scoresMatthias Huck
2015-01-28use FEATUREVERBOSEMatthias Huck
2015-01-27Merge branch 'master' of https://github.com/moses-smt/mosesdecoderMatthias Huck
2015-01-27Merge branch 'RC-3.1'Hieu Hoang
2015-01-27shut upRELEASE-3.0Hieu Hoang
2015-01-27SoftSourceSyntacticConstraintsFeature: better config parameter namesMatthias Huck
2015-01-27use pragma once; avoid using cerr directlyMatthias Huck
2015-01-27PhraseOrientationFeature: Heuristic score for boundary non-terminals is basic...Matthias Huck
2015-01-27a plain dense unaligned word count feature with two scores (source and target...Matthias Huck
2015-01-26using pragma once and VERBOSE in SourceWordDeletionFeature/TargetWordInsertio...Matthias Huck
2015-01-26fixings to the IRSTLM interface for textual input; code cleanupNicola Bertoldi
2015-01-26fixings to the IRSTLM interface for textual inputNicola Bertoldi
2015-01-23SoftSourceSyntacticConstraintsFeature: Now for both non-terminals (as before)...Matthias Huck
2015-01-23beautifyHieu Hoang
2015-01-23Add missing chck for empty range while flushingMarcin Junczys-Dowmunt
2015-01-22option to sort translation options after EvaluateAfterSourceContextHieu Hoang
2015-01-21SoftSourceSyntacticConstraintsFeature: use -inf rather than min for featureVa...Matthias Huck
2015-01-20Revert "improved interface towards IRSTLM"Matthias Huck
2015-01-20Work-around for temporary translation option collection size during phrase ta...Marcin Junczys-Dowmunt
2015-01-19Fixed thread-safetyMarcin Junczys-Dowmunt
2015-01-19Thread-safety and constnessMarcin Junczys-Dowmunt