summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2012-05-11Add just enough jam to compile the decoder.Kenneth Heafield
2012-05-02remove dependency on gtest, remove all-staticChris Dyer
2012-04-29now!Patrick Simianer
2012-04-29forgotPatrick Simianer
2012-04-29reverted changes in upstreamPatrick Simianer
2012-04-26merge with upstreamPatrick Simianer
2012-04-26mostly implemented rampion optimizerChris Dyer
2012-04-23Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-04-16improved alias samplerChris Dyer
2012-04-16rst samplerChris Dyer
2012-04-16switch to log domain for matrix operationsChris Dyer
2012-04-12unigram pyp lm addedChris Dyer
2012-04-07Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-03-24rename aligner, add support for distinguishing translation / transliterationChris Dyer
2012-03-23pf testChris Dyer
2012-03-20make c++11 compatibleChris Dyer
2012-03-15bayes bayes bayesChris Dyer
2012-03-13merge with upstreamPatrick Simianer
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-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