summaryrefslogtreecommitdiff
path: root/training
AgeCommit message (Expand)Author
2013-03-15added fixed BLEU+1Patrick Simianer
2013-03-15reshardingPatrick Simianer
2013-03-11blaPatrick Simianer
2013-03-11parallelize.rb: proper command line argumentsPatrick Simianer
2013-03-11parallelize.rb: proper command line argumentsPatrick Simianer
2013-03-11parallelize.rb: proper command line argumentsPatrick Simianer
2013-03-03Merge branch 'master' of github.com:pks/cdec-dtrainPatrick Simianer
2013-03-03dtrain parallelize.rb fixesPatrick Simianer
2013-02-18Merge remote-tracking branch 'upstream/master'Patrick Simianer
2013-02-13fix possible link problemChris Dyer
2013-02-11Baum Welch training for HMMsChris Dyer
2013-02-11fixed l1 regularization iteration sillinessPatrick Simianer
2013-01-24made examples work againPatrick Simianer
2013-01-24Merge branch 'master' of github.com:pks/cdec-dtrainPatrick Simianer
2013-01-24enable qsub usePatrick Simianer
2013-01-21Merge remote-tracking branch 'upstream/master'Patrick Simianer
2013-01-20make sure distribution contains all required scriptsChris Dyer
2013-01-18KenLM dffafbf with lmplz source (but not built)Kenneth Heafield
2013-01-18parallelize enhancementsPatrick Simianer
2013-01-08fixes for distChris Dyer
2013-01-08add header files to sources to create correct distributionsChris Dyer
2012-12-16add grammar convert back inChris Dyer
2012-12-15enable kenlm compressionChris Dyer
2012-11-20Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-11-20fixes for 2011 optimizerChris Dyer
2012-11-19merge upstream/masterPatrick Simianer
2012-11-19merge upstream/masterPatrick Simianer
2012-11-18forgotten makefileChris Dyer
2012-11-18major restructure of the training codeChris Dyer
2012-10-22Update search, make it compileKenneth Heafield
2012-10-16c++11 compatibilityChris Dyer
2012-10-11Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2012-10-11produce alignments for a test set (which can be stdin)Chris Dyer
2012-10-02cdec cleanup, remove bayesian stuff, parsing stuffChris Dyer
2012-09-20rename model1 to fast_aligner, since it does way more than model1 but is most...Chris Dyer
2012-08-13another fixChris Dyer
2012-07-29fix grammar converter to remove edges that cannot exist in any valid derivationChris Dyer
2012-07-02[python] Explicit candidate set; memory leak fixesVictor Chahuneau
2012-06-29add option for entropy optimizationChris Dyer
2012-06-24minimum risk training, not completely ready for primetimeChris Dyer
2012-06-24compute risk / gradient of riskChris Dyer
2012-06-22single processor fixChris Dyer
2012-06-19compute held-out ppl in mpi_batch_optimizeChris Dyer
2012-06-18add non-const iterators to sparse vector, speed up model1 codeChris Dyer
2012-06-01fix potential build breakChris Dyer
2012-05-29add support to rampion for accumulating k-best listsChris Dyer
2012-05-28cache metric computation in proChris Dyer
2012-05-27fix mapper to use common candidate set codeChris Dyer
2012-05-27kbest repoChris Dyer
2012-05-20Rename decoder library, assimilate mira directoryKenneth Heafield