summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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-11-11more reporting, size_nonz() for fast sparse vectorPatrick Simianer
2011-10-19debugPatrick Simianer
2011-10-19merged, compiles but not workingPatrick Simianer
2011-10-19merge upstream/masterPatrick Simianer
2011-10-13svm impl, fasterPatrick Simianer
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-23latest version from mtm6Patrick Simianer
2011-09-23a lot of stuff, fast_sparse_vector, perceptron, removed sofia, sample [...]Patrick Simianer
2011-09-23first cut for sofia-ml, little change in utils/dict.h, coarse refactoringPatrick Simianer
2011-09-23hacking in weights setting, gettingPatrick Simianer
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
2011-04-27fix potential crash in FastSparseVector operator=Chris Dyer
2011-04-22add includeChris Dyer
2011-04-22fix dup codeChris Dyer
2011-04-22make compatible with FastSparseVectorChris Dyer
2011-04-21adding functionality to fast_sparse_vector, getting ready for transition to itChris Dyer
2011-04-21beginning of fast sparse vector implChris Dyer
2011-03-23remove thread-local stuff which was fragile on some build systemsChris Dyer
2011-03-10remove dependency on SRILMChris Dyer
2011-03-03nasty overflow related bug when comparing prob_t's, which coerced them throug...Chris Dyer
2011-02-13phrasinator v1Chris Dyer