summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-23rm .swo filePatrick Simianer
2011-09-23added dtrain, implemented psg setting in decoder/translator, implemented psme...Patrick Simianer
2011-09-23Fix binary format for trieKenneth Heafield
2011-09-23QuantizationKenneth Heafield
2011-09-23proper use of pipesChris Dyer
2011-09-23rudimentary support for meteor via an external process. still needs configura...Chris Dyer
2011-09-23external MT evaluator client code. most logic in place, needs to be integrate...Chris Dyer
2011-09-23Code cleanup for vocabulary mappingKenneth Heafield
2011-09-23Add exception catcher around constructorKenneth Heafield
2011-06-06add protocol doxChris Dyer
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 log_e...Jonathan Clark
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
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