summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)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
code
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 ↵Guest_account Guest_account prguest11
overflow errors, clean up some pf code
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 ↵Chris Dyer
(binary) weights file
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 ↵Chris Dyer
of memory
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
for cdec
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 ↵Chris Dyer
through double, causing sometimes bad results when weights were high
2011-02-13phrasinator v1Chris Dyer
2011-02-13phrasinator training initialChris Dyer
2010-12-01alternative def of neighborhoodsredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@739 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-10-20forgot what this isredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@683 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-09-29value_array refactorgraehl@gmail.com
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@663 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-09-29value_array never call allocate(0) since it seems to leakgraehl@gmail.com
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@662 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-09-28optredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@660 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-09-28use boost mpi, fix L1 stochastic optimizerredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@659 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-09-23pausing earley best-first fsa workgraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@656 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-09-21fix for lattice cost bugredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@653 ec762483-ff6d-05da-a07a-a48fb63a330f