summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-13get rid of bad Weights class so it no longer keeps a copy of a vector inside itChris Dyer
2011-09-13cmph configuration option fixChris Dyer
2011-09-13optional support for doing perfect hashing of feature strings to save lots of...Chris Dyer
2011-09-13add one more source syntax featureChris Dyer
2011-09-12add configuration option for perfect hashing libraryChris Dyer
2011-09-12source syntax features ~ blunsom emnlp 2008Chris Dyer
2011-09-09rule feature refactoringChris Dyer
2011-09-08fix viterbi to work with non prob_t typesChris Dyer
2011-09-03fix header problem when serializing sparse vector with boostChris Dyer
2011-09-03fix sparse vector to work with boost serializationChris Dyer
2011-08-18KenLM update: Bhiksha's trick, simple test for lms without unk, auto-detect b...Kenneth Heafield
2011-07-28stuffChris Dyer
2011-07-26Merge remote branch 'agesmundo/master'Chris Dyer
2011-07-16tune regularizerChris Dyer
2011-07-13escape bad feature namesChris Dyer
2011-07-13faster code, optional held-out test setChris Dyer
2011-07-13escape feature namesChris Dyer
2011-07-12minor optimizationChris Dyer
2011-07-12debugged pro trainerChris Dyer
2011-07-12nasty bug in operator- in sparse vectorChris Dyer
2011-07-11sort of working hopkins&may optimizerChris Dyer
2011-07-10starting implementation of Hopkins&May (2011) optimizerChris Dyer
2011-07-08add exp log file with time measuresandrea gesmundo
2011-07-08add cp time measure (def macro)andrea gesmundo
2011-07-08add Fast Cube Pruningandrea gesmundo
2011-07-07Exception updateKenneth Heafield
2011-07-07support for extracting k-best derivation treesChris Dyer
2011-07-06better handling of ngram featuresChris Dyer
2011-07-06tool to compute feature expectations in translation chartsChris Dyer
2011-07-06ngram count featuresChris Dyer
2011-07-05build bugChris Dyer
2011-07-05Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-07-05fast phrasinator that uses DPs instead of PYPsChris Dyer
2011-06-27Fix binary format for trieKenneth Heafield
2011-06-26QuantizationKenneth Heafield
2011-06-10proper use of pipesChris Dyer
2011-06-08rudimentary support for meteor via an external process. still needs configura...Chris Dyer
2011-06-08external MT evaluator client code. most logic in place, needs to be integrate...Chris Dyer
2011-06-06Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-06-06add protocol doxChris Dyer
2011-06-03Code cleanup for vocabulary mappingKenneth Heafield
2011-06-03Add exception catcher around constructorKenneth Heafield
2011-06-01register featureChris Dyer
2011-06-01rule bigram featuresChris Dyer
2011-05-26fix bug preventing oovs from firing when they're near the beginning of a wordChris Dyer
2011-05-23calculate word perplexitiesChris Dyer
2011-05-20kenlm update including being nicer to NFSKenneth Heafield
2011-05-19HG intersection bug pointed out by Andrea GesmundoChris Dyer
2011-05-16proper sampling from unit sphereChris Dyer
2011-05-09randomize order of samples in miraChris Dyer