summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Expand)Author
2011-09-13optional support for doing perfect hashing of feature strings to save lots of...Chris Dyer
2011-09-13add one more source syntax featureChris Dyer
2011-09-12source syntax features ~ blunsom emnlp 2008Chris Dyer
2011-09-09rule feature refactoringChris Dyer
2011-09-08fix viterbi to work with non prob_t typesChris Dyer
2011-08-18KenLM update: Bhiksha's trick, simple test for lms without unk, auto-detect b...Kenneth Heafield
2011-07-28stuffChris Dyer
2011-07-26Merge remote branch 'agesmundo/master'Chris Dyer
2011-07-13escape bad feature namesChris Dyer
2011-07-13escape feature namesChris Dyer
2011-07-08add cp time measure (def macro)andrea gesmundo
2011-07-08add Fast Cube Pruningandrea gesmundo
2011-07-07support for extracting k-best derivation treesChris Dyer
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