summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-10Dear windows users, code is not executableKenneth Heafield
2012-02-08oops, broke mbr when i switched to the new scoring APIChris Dyer
2012-02-08move widely duplicated math functions into m.h headerChris Dyer
2012-02-03fix broken buildChris Dyer
2012-02-03remove dead codeChris Dyer
2012-02-03use interface properlyChris Dyer
2012-02-03escaping tool for grammar extractorChris Dyer
2012-02-03make pro use new interfaceChris Dyer
2012-02-02remove some dead code to clean things upChris Dyer
2012-02-02Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-02-02forgotten makefileChris Dyer
2012-02-02fix broken buildChris Dyer
2012-02-02lopez suffix array extractor with copyrighted david chiang code excisedChris Dyer
2012-01-27Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-01-27rename vest to dpmert (dynamic programming mert), rename variables and types ↵Chris Dyer
to correspond to standard geometric concepts
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-27migrate mert to the new scorer interfaceChris Dyer
2012-01-24more modelsChris Dyer
2012-01-23more alignment stuffChris Dyer
2012-01-20'pseudo model 2' that strictly favors a diagonal, with tunable parameters ↵Chris Dyer
for p(null) and how sharp/flat the alignment distribution is around the diagonal
2012-01-11script to pull out candidate transliterations from a word-aligned parallel ↵Chris Dyer
corpus
2012-01-03multi-floor chinese restaurant described by wood&teh (2009)Chris Dyer
2011-12-31last change before adding wood&teh stuffChris Dyer
2011-12-30logging corpus errorsChris Dyer
2011-12-29remove broken prior, add loggingChris Dyer
2011-12-29fooChris Dyer
2011-12-29forgottenChris Dyer
2011-12-29ngram base distChris Dyer
2011-12-29lexical alignment samplersChris Dyer
2011-12-20Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-12-20new doc scorerChris Dyer
2011-12-20new headersChris Dyer
2011-12-20migrate fast_score to the new APIChris 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-21umiacs config infoChris Dyer
2011-11-21make it possible to build with an earlier version of boostChris Dyer
2011-11-21fix bug in configurationChris Dyer
2011-11-11optionally sample from forest to get training instances, rather than k-best itChris Dyer
2011-11-11new improved distributed operation for PRO, MERTChris Dyer
2011-11-10better defaults for proChris Dyer
2011-11-07Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-11-07updates to pro to support regularization to previous weight vectors, ↵Chris Dyer
regualarization normalization, disable broken regularization tuning
2011-11-03Mostly minor changes like a missing header guard and bad documentationKenneth Heafield
2011-11-03Oops introduced some of Hieu's windows stuffKenneth Heafield
2011-11-03Bugfix trie buildingKenneth Heafield
2011-11-03Merge branch 'master' of github.com:redpony/cdecKenneth Heafield
2011-10-31lbfgs + time-series minibatch optimizationChris Dyer
2011-10-25Merge branch 'master' of github.com:redpony/cdecChris Dyer