summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-17source span size featuresChris Dyer
2011-09-17make fixChris Dyer
2011-09-17add depGuest_account Guest_account prguest11
2011-09-17Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-09-17enable ramdisk scratch for per-sentence-grammarsChris Dyer
2011-09-17add md5 hash functionChris Dyer
2011-09-15script to filter reachable sentences, weight cleanupGuest_account Guest_account prguest11
2011-09-14fix for more problems caused by hash refactoringChris Dyer
2011-09-14fix for potential segv with no weightsChris Dyer
2011-09-14fix pro train bug causing it not to optimize when there is no held-out test setChris Dyer
2011-09-14oxford envChris Dyer
2011-09-14weight_t refactoringChris Dyer
2011-09-13binary to extract features encounteredChris Dyer
2011-09-13tool to reconstruct text weights from a hash function, key file, and (binary)...Chris Dyer
2011-09-13remove features that are overfittingChris Dyer
2011-09-13fix weight serialization bugChris Dyer
2011-09-13fix for crash with no rescoringChris Dyer
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