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
2008-01-16bug fixes to distinct n-best list, mbr decoding; also changed switches for mbrphkoehn
2007-11-13bug fix for multiple phrase tableshieuhoang1972
2007-11-12variable renaming - less confusing & to make it comparable to async branchhieuhoang1972
2007-11-11add functionalty to support adding direct translation (ie, passthrouh) even w...redpony
2007-09-28Implemented -r (-recover-input-path) to recover the actual path through the C...redpony
2007-09-28is this the last of the word lattice distortion errors? maybe. i hope so. the...redpony
2007-09-14The primary change here is that the distortion distance in a word lattice is ...redpony
2007-07-27performance fix: saner behaviour for very very long sentences (hundreds of wo...phkoehn
2007-07-25vs.net files & weird mem leak againhieuhoang1972
2007-07-25code cleanup. moved DecodeGraph to its own classhieuhoang1972
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-16Code for MBR decodingabarun
2007-04-06re-introduce konrad lexicalized reordering but fix bugs with help from philipp. hieuhoang1972
2007-03-08change DecodeStep* to const DecodeStep*hieuhoang1972
2007-03-06gcc compile errorhieuhoang1972
2007-03-06add comments and Reset() hieuhoang1972
2007-02-26added option -include-alignment-in-n-best to include the word alignment for e...phkoehn
2007-02-21change unknown word processing to be closer to the way pharaoh does it - crea...hieuhoang1972
2007-02-16code cleanup - make FactorCollection and StaticData totally accessible only g...hieuhoang1972
2007-02-16Merging from branch. lexi_birch
2007-01-22minor compile issue for icchieuhoang1972
2007-01-22add n-best-factorhieuhoang1972
2007-01-22prune arcList & LatticePathCollection (contenders for n-best paths)hieuhoang1972
2006-11-22dismantle IODevoce frameworkhieuhoang1972
2006-11-21lots of small changes and code clean up:hieuhoang1972
2006-10-22added commentshieuhoang1972
2006-10-21rename InputOutput to IODevicehieuhoang1972
2006-10-17code cleanup and commenting brought about when documenting for jhu reporthieuhoang1972
2006-10-05getting rid of warningshieuhoang1972
2006-10-05getting rid of warningshieuhoang1972
2006-09-28bug fix to lexicalized reordering modelphkoehn
2006-09-26Get rid of FactorArrayWrapper/FactorArray and use only Word. Memory pool is ...redpony
2006-09-12Allow the factor delimiter, that is, the string that separates the factors in...redpony
2006-08-30minor fixes, boolean switches can now be applied without value, e.g. "-t"phkoehn
2006-08-20remove references to boostredpony
2006-08-15can now use multiple distortion models at the same time, keep in mind that th...ccorbett
2006-08-15enable language model stats computation. enable with '-L true'redpony
2006-08-15code cleanuphieuhoang1972
2006-08-13choice of not labelling n-best output for wade shen's mert scripthieuhoang1972
2006-08-12 - generate distinct nbest surface strings (if 3rd token of n-best-list is 'd...zens
2006-08-12moved class InputType to InputType.h;eherbst
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-09added global feature that limits number of partial translationsphkoehn
2006-08-08enable optional logging of the details of the 1-best translation hypothesis, ...redpony
2006-08-08infrastructure now supports multiple reordering models; this functionality ca...ccorbett
2006-08-07factored lmhieuhoang1972
2006-08-03minor warningshieuhoang1972
2006-08-03support for generation dictionaries having multiple feature values. code cle...redpony