summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-03-09logging after alignmentChris Dyer
2012-03-09moarChris Dyer
2012-03-06a few statistical helpers i'm using to figure some algorithms outChris Dyer
2012-03-05tie hyperparameters for translation distributions; support theta < 0 for PYPLMChris Dyer
2012-03-05use template parameter inference to figure out what type to use for probabili...Chris Dyer
2012-03-05support strength=0 PYPs, final notation clean-upChris Dyer
2012-03-04support full range of hyperparameter values for PYP (including strength <= 0)Chris Dyer
2012-03-04clean up crpChris Dyer
2012-03-04move crp stuff aroundChris Dyer
2012-03-03fix includeChris Dyer
2012-03-03pyp lm, fixed hyperparameters inferenceChris Dyer
2012-03-01Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-03-01compile fix on old versions of gcc with MPI enabledChris Dyer
2012-02-29mpi fixesChris Dyer
2012-02-29corpus toolsChris Dyer
2012-02-29cleanup, mpi-ify lblmodelChris Dyer
2012-02-25really slow hiero lmChris Dyer
2012-02-17boost version checking, check for Eigen, get rid of old digamma stuffChris Dyer
2012-02-10move atools to utils directoryChris Dyer
2012-02-08move widely duplicated math functions into m.h headerChris Dyer
2012-01-27Silly windows users, code isn't executableKenneth Heafield
2012-01-27migration to new metric api for vest, clean up of unsupported/not functional ...Chris Dyer
2012-01-03multi-floor chinese restaurant described by wood&teh (2009)Chris Dyer
2011-12-20new scorer interface is implemented, but not usedChris Dyer
2011-12-14random incomplete metric stuff, including string subsequence kernel implChris Dyer
2011-10-12model lenght properly, clean upChris Dyer
2011-10-11remove implicit conversion-to-double operator from LogVal<T> that caused over...Guest_account Guest_account prguest11
2011-10-11missing numwords implChris Dyer
2011-10-11check in some experimental particle filtering code, some gitignore fixesChris Dyer
2011-09-28fix broken compile on weights testChris 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-13tool to reconstruct text weights from a hash function, key file, and (binary)...Chris Dyer
2011-09-13fix weight serialization bugChris Dyer
2011-09-13get rid of bad Weights class so it no longer keeps a copy of a vector inside itChris Dyer
2011-09-13optional support for doing perfect hashing of feature strings to save lots of...Chris Dyer
2011-09-12source syntax features ~ blunsom emnlp 2008Chris 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-07-12debugged pro trainerChris Dyer
2011-07-12nasty bug in operator- in sparse vectorChris Dyer
2011-07-05fast phrasinator that uses DPs instead of PYPsChris Dyer
2011-05-04remove compile-time size assertChris Dyer
2011-05-03mira finished, clean upChris Dyer
2011-05-03weight setting bugChris Dyer
2011-04-30fix memory leak!Chris Dyer
2011-04-28replace old sparse vector with much faster version, major speed improvements ...Chris Dyer