summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
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
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
2011-02-13phrasinator training initialChris Dyer
2010-12-01alternative def of neighborhoodsredpony
2010-10-20forgot what this isredpony
2010-09-29value_array refactorgraehl@gmail.com
2010-09-29value_array never call allocate(0) since it seems to leakgraehl@gmail.com
2010-09-28optredpony
2010-09-28use boost mpi, fix L1 stochastic optimizerredpony
2010-09-23pausing earley best-first fsa workgraehl
2010-09-21fix for lattice cost bugredpony
2010-09-20support turning off verbose loggingredpony
2010-09-04nothinggraehl
2010-09-01fsa notesgraehl
2010-08-31valgrindgraehl