summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-10proper use of pipesChris Dyer
2011-06-08rudimentary support for meteor via an external process. still needs ↵Chris Dyer
configuration of path, but it should work
2011-06-08external MT evaluator client code. most logic in place, needs to be ↵Chris Dyer
integrated. actually, the whole evaluation architecture needs to be trashed and rewritten from scratch. what a disaster it is
2011-06-06Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-06-06add protocol doxChris Dyer
2011-06-03Code cleanup for vocabulary mappingKenneth Heafield
2011-06-03Add exception catcher around constructorKenneth Heafield
2011-06-01register featureChris Dyer
2011-06-01rule bigram featuresChris Dyer
2011-05-26fix bug preventing oovs from firing when they're near the beginning of a wordChris Dyer
2011-05-23calculate word perplexitiesChris Dyer
2011-05-20kenlm update including being nicer to NFSKenneth Heafield
2011-05-19HG intersection bug pointed out by Andrea GesmundoChris Dyer
2011-05-16proper sampling from unit sphereChris Dyer
2011-05-09randomize order of samples in miraChris Dyer
2011-05-05print avg weights at every iterationChris Dyer
2011-05-04remove compile-time size assertChris Dyer
2011-05-03change default valuesChris Dyer
2011-05-03makefile for miraChris Dyer
2011-05-03configure for miraChris Dyer
2011-05-03Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-05-03mira finished, clean upChris Dyer
2011-05-03mira finishedChris Dyer
2011-05-03Merge branch 'master' of github.com:redpony/cdecJonathan Clark
2011-05-03Fix cross entropy and perplexity to use base2 log throughout instead of ↵Jonathan Clark
log_e then 2^x
2011-05-03Update scons buildJonathan Clark
2011-05-03add miraChris Dyer
2011-05-03weight setting bugChris Dyer
2011-04-30fix memory leak!Chris Dyer
2011-04-30enable list of features to be displayed at the end of decodingChris Dyer
2011-04-28replace old sparse vector with much faster version, major speed improvements ↵Chris Dyer
for cdec
2011-04-28removing loggingChris Dyer
2011-04-27add iteration timerChris Dyer
2011-04-27get rid of bad constructorChris Dyer
2011-04-27fix compile error with FastSparseVector enabledChris Dyer
2011-04-27fix potential crash in FastSparseVector operator=Chris Dyer
2011-04-23get rid of expensive copyChris Dyer
2011-04-23fixesChris Dyer
2011-04-23make sure state is initialized properlyChris Dyer
2011-04-22fix buildChris Dyer
2011-04-22fixChris 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-04-18helper scriptChris Dyer
2011-04-16pthread fixChris Dyer
2011-04-16llh computerChris Dyer
2011-04-14mpi optimizationsChris Dyer