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
2012-05-17Error when using XML with multiple translation tables. Reported by Rafael Car...Hieu Hoang
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2010-08-10Merge in the multiple models branch. These changes allow the moses serverbhaddow
2010-05-14Fix to consensus decoding to stop it discarding hypos with zero score.bhaddow
2010-02-24Use portable include guard instead of pragma oncejfouet
2009-02-05Support for multiple input feature scores on confusion networks and lattices. jdschroeder
2008-12-13improvements to pruning, working version passed regressionphkoehn
2008-10-09create namespacehieuhoang1972
2008-06-11move cube pruning moses lib to trunkhieuhoang1972
2008-06-11delete old moses lib hieuhoang1972
2007-11-13bug fix for multiple phrase tableshieuhoang1972
2007-07-27performance fix: saner behaviour for very very long sentences (hundreds of wo...phkoehn
2007-07-25code cleanup. moved DecodeGraph to its own classhieuhoang1972
2007-07-25code cleanuphieuhoang1972
2007-07-20cache for translation options for speed-up. default to true. hieuhoang1972
2007-05-24Added support for pharaoh-style XML tags in Sentence input to supplement phra...jdschroeder
2007-05-16rename LatticePath class and associated classes to TrellisPath, to avoid conf...hieuhoang1972
2007-04-18fix bug with unknown words/CNs/lexical reorderingredpony
2007-04-18Support for the decoding of arbitrary word lattices. Must be given in the for...redpony
2007-04-06remove mutable from m_reordering. store tran opt in list as non-consthieuhoang1972
2007-04-06re-introduce konrad lexicalized reordering but fix bugs with help from philipp. hieuhoang1972
2007-03-08change DecodeStep* to const DecodeStep*hieuhoang1972
2007-02-16code cleanup - make FactorCollection and StaticData totally accessible only g...hieuhoang1972
2007-02-16Merging from branch. lexi_birch
2006-10-22added commentshieuhoang1972
2006-10-21added commentshieuhoang1972
2006-10-17code cleanup and commenting brought about when documenting for jhu reporthieuhoang1972
2006-10-05added commentshieuhoang1972
2006-09-26Get rid of FactorArrayWrapper/FactorArray and use only Word. Memory pool is ...redpony
2006-09-20get rid of unused function headerredpony
2006-08-14implemented new phrase dictionary pruninghieuhoang1972
2006-08-14getting ready to implement new phrase dictionary pruninghieuhoang1972
2006-08-14getting ready to implement new phrase dictionary pruninghieuhoang1972
2006-08-14getting ready to implement new phrase dictionary pruninghieuhoang1972
2006-08-12unknown words only created if no trans opt for particualar spanhieuhoang1972
2006-08-11unknown words only created if no trans opt for particualar spanhieuhoang1972
2006-08-11performance fixes for multi-factored models (basically, only copy the feature...redpony
2006-08-11compute the set of potential conflicting factors for every decode stepredpony
2006-08-10added documentationphkoehn
2006-08-10code cleanup and documentation, especially moving use of global properties fr...phkoehn
2006-08-09pruning of partial translation option lists required small code reorganizationphkoehn
2006-08-08make some functions protected (instead of public)zens
2006-08-01delete unecessary unknown words listhieuhoang1972
2006-07-31Use selection algorithm (O(N)) instead of sort (O(NlogN)) to filter translati...redpony
2006-07-30throw away partial trans opt asaphieuhoang1972
2006-07-28can set max trans option per coveragehieuhoang1972
2006-07-28can set max trans option per coveragehieuhoang1972
2006-07-28Make score bookkeeping faster and easier to understand. Fix bug in unlimited ...redpony
2006-07-27trans opt collection indexed by coverage & stored pointers, rather than obj.hieuhoang1972
2006-07-27opmtimisation - changed TransOpt to use pointershieuhoang1972