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
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
2006-08-08added documentationphkoehn
2006-08-08added documentationphkoehn
2006-08-07factored lmhieuhoang1972
2006-08-02 - add assignment operator for Phrase classzens
2006-08-01implemented hash-based recombination testing and hash-based string sets (both...redpony
2006-08-01use object pool for hypothesis creationhieuhoang1972
2006-08-01hypo uses ref to phrase, rather than copyhieuhoang1972
2006-08-01remove LM typeshieuhoang1972
2006-08-01integrated some of the confusion network code into LexicalReordering; fixed a...ccorbett
2006-08-01rollbackhieuhoang1972
2006-08-01rollbackhieuhoang1972
2006-08-01remove LM typeshieuhoang1972
2006-07-30got rid of recursion in GetFactorArrayhieuhoang1972
2006-07-29added debuggin fnhieuhoang1972
2006-07-29major score refactoringredpony
2006-07-29deleted Arc & LatticeEdge classeshieuhoang1972
2006-07-29enable statistics gathering for # hypotheses pruned, recombined. add code fo...redpony
2006-07-28getting ready for hash-based implementation of recombination. fix an existin...redpony
2006-07-28dead code cleanupredpony
2006-07-28Make score bookkeeping faster and easier to understand. Fix bug in unlimited ...redpony
2006-07-26fixed recombination bughieuhoang1972
2006-07-26n-best performance enhancements: use vector instead of list, make it dynamica...redpony
2006-07-25Lexical reordering framework; confusion net still not working but Chris impli...ccorbett
2006-07-25merged up of chaching algorithm. lot6s of changed made to manager.cpp, Transl...hieuhoang1972
2006-07-24(useless) optimization flag addedbojar
2006-07-20add functionality to compute MD5 key to compare two hypothesesredpony
2006-07-19 - prepared confusion net inputzens