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-07-02Implement batched LM requests.Oliver Wilson
2011-11-21Remove GetTargetPhrase() (already have GetCurrTargetPhrase())Barry Haddow
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-10-13Cut the middle men out of the language model interface. heafield
2011-10-11delete align info flag in target phrase. Not usedhieuhoang1972
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2010-05-14Fix to consensus decoding to stop it discarding hypos with zero score.bhaddow
2010-03-19Merge revisions 2670-2988 from track. Passes all regression except lexicalisedbhaddow
2010-03-19Roll-back to non-reproducible, but transitive Compare operationbhaddow
2010-02-24Use portable include guard instead of pragma oncejfouet
2010-02-20Removed requirement that the number of probabilities cached in achardmeier
2010-02-03FFState ordering uses hypothesis ids now.chardmeier
2010-01-28Hierarchical reordering stuff now compiles.chardmeier
2010-01-27added implementation of state for lexical reorderingsarst
2009-08-07Merge moses-server branch (includes mt moses) into trunk. bhaddow
2009-02-06Feature function overhaul. Each feature function is computed in one of three...redpony
2009-02-05Support for multiple input feature scores on confusion networks and lattices. jdschroeder
2008-12-17big fix in early discarding, requiring moving CalcFutureCost intophkoehn
2008-12-13improvements to pruning, working version passed regressionphkoehn
2008-10-09create namespacehieuhoang1972
2008-09-12Support for printing out word-to-word alignments (besides phrase-to-phrase al...nicolabertoldi
2008-06-19Added preliminary code for constraint decodingdowobeha
2008-06-11move cube pruning moses lib to trunkhieuhoang1972
2008-06-11delete old moses lib hieuhoang1972
2008-04-15commentshieuhoang1972
2008-03-18output search graphphkoehn
2008-02-27output wordgraph for germanhieuhoang1972
2007-11-01hide future cost - not needed by anyone elsehieuhoang1972
2007-09-28Implemented -r (-recover-input-path) to recover the actual path through the C...redpony
2007-05-16rename LatticePath class and associated classes to TrellisPath, to avoid conf...hieuhoang1972
2007-04-06re-introduce konrad lexicalized reordering but fix bugs with help from philipp. hieuhoang1972
2007-02-16code cleanup - make FactorCollection and StaticData totally accessible only g...hieuhoang1972
2007-02-12added #def to use hypo pool hieuhoang1972
2007-02-10minor fn name changehieuhoang1972
2007-02-10minor fn name changehieuhoang1972
2007-01-22prune arcList & LatticePathCollection (contenders for n-best paths)hieuhoang1972
2006-11-03solved bug in n-best list creationhieuhoang1972
2006-10-22added commentshieuhoang1972
2006-10-21added commentshieuhoang1972
2006-10-17code cleanup and commenting brought about when documenting for jhu reporthieuhoang1972
2006-09-28bug fix to lexicalized reordering modelphkoehn
2006-09-26Get rid of FactorArrayWrapper/FactorArray and use only Word. Memory pool is ...redpony
2006-08-15edited some commentseherbst
2006-08-15enable language model stats computation. enable with '-L true'redpony
2006-08-12moved class InputType to InputType.h;eherbst
2006-08-11LexicalReordering model now functional with both surface forms and factors. O...ccorbett
2006-08-11convert FactorTypeSet to FactorMask, use bitmask impl underlying, preparation...redpony
2006-08-08testredpony
2006-08-08gcc 4.1 compilation errorredpony
2006-08-08added documentationphkoehn