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-02RulePairUnlexicalizedSource feature functionMatthias Huck
2015-01-07change signature of GetChartRuleCollection()Hieu Hoang
2014-12-13merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-11-04Merge s2t branchPhil Williams
2014-10-21n-best-tree output needs trees for unknown wordsRico Sennrich
2014-08-08method renameHieu Hoang
2014-08-06move notice about czech prefixes to share/READMEHieu Hoang
2014-08-04TargetPhrase to have pointer to the phrase table that creates itHieu Hoang
2014-05-19beautifyNicola Bertoldi
2014-04-28merged master into dynamic-models and solved conflictsNicola Bertoldi
2014-03-21various optimizations to make CYK+ parser several times faster and eat less m...Rico Sennrich
2014-03-14moses_chart: more efficient scope-3 parsing if sentence length < max-chart-spanPhil Williams
2014-03-03rename SyntaxConstraintFeature to TreeStructureFeatureRico Sennrich
2014-01-15beautifyNicola Bertoldi
2013-12-11consistent global variable g_mosesDebugHieu Hoang
2013-12-07move all feature functions out of StaticDataHieu Hoang
2013-11-21replace CHECK with UTIL_THROW_IF in MosesHieu Hoang
2013-11-15move collection of phrase-table from Staticdata to PhraseDictionaryHieu Hoang
2013-11-13internal tree structure in chart decoder: use square brackets for OOVs as wellMatthias Huck
2013-10-09Merge branch 'master' into GHKMStructGHKMStructPhil Williams
2013-10-03correct creation of input paths for latticesHieu Hoang
2013-10-03beautifyHieu Hoang
2013-10-03speed up compiling by removing headers from StaticData.hHieu Hoang
2013-09-29Merge branch 'master' into GHKMStructPhil Williams
2013-09-28get ready to do lattice for scfgHieu Hoang
2013-09-27beautifyHieu Hoang
2013-09-13Merge branch 'GHKMStruct' of github.com:moses-smt/mosesdecoder into GHKMStructmaria nadejde
2013-09-13Merge branch 'master' into GHKMStructmaria nadejde
2013-09-13Tree fragments in GHKM glue rules;Matthias Huck
2013-09-13make sure Evaluate(inputPath) is called for chart translation optionsHieu Hoang
2013-09-12tiny changes to GHKMParse info in searchMatthias Huck
2013-08-13delete duplicate m_inputPathMatrix in TranslationOptionListHieu Hoang
2013-08-07beautifyHieu Hoang
2013-08-07get ready to delete source phrase from TargetPhrase classHieu Hoang
2013-08-02minor cleanupHieu Hoang
2013-08-02parsing doesn't depend on input sentence anymoreHieu Hoang
2013-08-02Add NonTerminalSet variable to InputPathHieu Hoang
2013-07-31begin cleanup of SCFG parsing. Get rid of Sentence variable in ChartRuleLooku...Hieu Hoang
2013-07-30beautifyHieu Hoang
2013-07-30create queue of InputPath objects. Starting SCFG parsing with lattices and co...Hieu Hoang
2013-06-24compiles, but only on eclipseHieu Hoang
2013-05-29beautifyHieu Hoang
2013-05-28delete sourcePhrase variable in TargetPhrase classHieu Hoang
2013-05-25split classes in DummyScoreProducers into separate filesHieu Hoang
2013-05-24move feature functions into moses/FFHieu Hoang
2013-05-22Make lhsTarget a pointerHieu Hoang
2013-05-13get rid of TargetPhrase::SetScore. Expose ScorerBreakdown object so they can ...Hieu Hoang
2013-05-11delete class TranslationSystemHieu Hoang
2013-04-29mergeHieu Hoang
2013-04-25Back FactorCollection with a memory pool. Less memory for large vocabularies.Kenneth Heafield