summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Expand)Author
2011-07-06better handling of ngram featuresChris Dyer
2011-07-06ngram count featuresChris Dyer
2011-06-26QuantizationKenneth Heafield
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-20kenlm update including being nicer to NFSKenneth Heafield
2011-05-19HG intersection bug pointed out by Andrea GesmundoChris Dyer
2011-05-03mira finished, clean upChris Dyer
2011-05-03weight setting bugChris Dyer
2011-04-30enable list of features to be displayed at the end of decodingChris Dyer
2011-04-28removing loggingChris Dyer
2011-04-27get rid of bad constructorChris Dyer
2011-04-23get rid of expensive copyChris Dyer
2011-04-23fixesChris Dyer
2011-04-23make sure state is initialized properlyChris Dyer
2011-04-22fixChris Dyer
2011-04-22make compatible with FastSparseVectorChris Dyer
2011-03-30small fix for dynasearch neighborhoodsChris Dyer
2011-03-29dynasearch neighborhood option instead of default partitionChris Dyer
2011-03-24various summary feature types, part 1Chris Dyer
2011-03-23refactor makefileChris Dyer
2011-03-23remove thread-local stuff which was fragile on some build systemsChris Dyer
2011-03-23yet another feature attemptChris Dyer
2011-03-22reweight after weight pushing to avoid weird outputChris Dyer
2011-03-22fix local normalizer code for summary featuresChris Dyer
2011-03-22check for infsChris Dyer
2011-03-21add support for normalized 'summary features'- seemingly sound way of dealing...Chris Dyer
2011-03-16possible mert bug with rules with alignmentsChris Dyer
2011-03-16Merge branch 'master' of github.com:redpony/cdecChris Dyer
2011-03-16explicit markers turned on by defaultChris Dyer
2011-03-14Fix wordset to override features() so that we can safely use multiple instanc...Jonathan Clark
2011-03-10initial version of sconsJonathan Clark
2011-03-10remove dependency on SRILMChris Dyer
2011-03-09fix compile error on certain gcc'sChris Dyer
2011-03-09print empty line when parse failsChris Dyer
2011-03-08make default max sizes bigger, for people who like REALLY BIG RULESChris Dyer
2011-03-08fix to json-escape feature names in hg json encodingChris Dyer
2011-03-08fix class-based lmChris Dyer
2011-03-08support for class based LMs (without emission probs)Chris Dyer
2011-03-08support multiple LMs with different feature namesChris Dyer
2011-03-06track alignment info in copy constructorChris Dyer
2011-03-06print word alignments in ruleChris Dyer
2011-03-06clarify a commentChris Dyer
2011-03-06support feature collapsing with new span featuresChris Dyer
2011-03-06oov featureChris Dyer
2011-03-03new span featuresChris Dyer
2011-03-03fix potential crash on long sentencesChris Dyer