summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-23begin refactoringPatrick Simianer
2011-09-23latest version from mtm6Patrick Simianer
2011-09-23partial merge, ruleid featurePatrick Simianer
2011-09-23forgotten filesPatrick Simianer
2011-09-23added svm, ksamplerPatrick Simianer
2011-09-23a lot of stuff, fast_sparse_vector, perceptron, removed sofia, sample [...]Patrick Simianer
2011-09-23added READMEsPatrick Simianer
2011-09-23example addedPatrick Simianer
2011-09-23minor updates, fixes, kbest filtering switchPatrick Simianer
2011-09-23big update: working iterating, pretty output, test scripts and morePatrick Simianer
2011-09-23bugfixingPatrick Simianer
2011-09-23refactoring, cleaning upPatrick Simianer
2011-09-23bugfixing, begin refactoringPatrick Simianer
2011-09-23first cut for sofia-ml, little change in utils/dict.h, coarse refactoringPatrick Simianer
2011-09-23hacking in weights setting, gettingPatrick Simianer
2011-09-23rm .swo filePatrick Simianer
2011-09-23added dtrain, implemented psg setting in decoder/translator, implemented ↵Patrick Simianer
psmetrics, ngram statistics, main carcass
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 ↵Chris Dyer
configuration of path, but it should work
2011-09-23external 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-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 ↵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