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-06-27comment classes A-M with doxygen-compatible comments. Lots of @todoHieu Hoang
2012-05-18Fix chart decoding so that it allows inputtype=0Hieu Hoang
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2011-01-13Faster lookup for rules with source and/or target syntax labels (in-memory rulepjwilliams
2010-08-10Merge in the multiple models branch. These changes allow the moses serverbhaddow
2010-05-04fixing traditional distortion penalty with -continue-partial-translationbojar
2010-05-04fixed Ondrej Odchazel's code to include partial output in LM scoring, renamed...bojar
2010-05-04Ondrej Odchazel's update for AJAX-CATbojar
2010-04-08Copy in changes from the chart_merge branch (doing it manually because thehieuhoang1972
2010-02-24Use portable include guard instead of pragma oncejfouet
2008-12-15initial version of reordering zones and walls, may workphkoehn
2008-10-09create namespacehieuhoang1972
2008-06-17fix some nasty edge cases in lattice decoding that arise when decoding lattic...redpony
2008-06-11move cube pruning moses lib to trunkhieuhoang1972
2008-06-11delete old moses lib hieuhoang1972
2007-09-27stricter checks on word lattice distortionredpony
2007-09-27fixed a subtle bug in the word lattice decoder. it now acts sane. This exper...redpony
2007-09-14The primary change here is that the distortion distance in a word lattice is ...redpony
2007-04-18Support for the decoding of arbitrary word lattices. Must be given in the for...redpony
2007-04-06re-introduce konrad lexicalized reordering but fix bugs with help from philipp. hieuhoang1972
2007-03-15set svn propertieshieuhoang1972
2007-02-16code cleanup - make FactorCollection and StaticData totally accessible only g...hieuhoang1972
2007-02-10minor tweakhieuhoang1972
2006-10-21added commentshieuhoang1972
2006-10-21added commentshieuhoang1972
2006-10-17code cleanup and commenting brought about when documenting for jhu reporthieuhoang1972
2006-09-26Get rid of FactorArrayWrapper/FactorArray and use only Word. Memory pool is ...redpony
2006-08-12moved class InputType to InputType.h;eherbst