summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Collapse)Author
2011-11-21make it possible to build with an earlier version of boostChris Dyer
2011-11-11optionally sample from forest to get training instances, rather than k-best itChris Dyer
2011-10-24KenLM update. EnumerateVocab moved up a namespace. Fix trie building when ↵Kenneth Heafield
bigrams are pruned. Make Chris feel better about MurmurHashNative.
2011-10-20fix to prevent stale weightsChris Dyer
2011-10-18incorporate kenneth's fixesChris Dyer
2011-10-18Revised <s> and </s> handlingKenneth Heafield
2011-10-17Chris, I'd like you to review this for use with your rules that contain <s> ↵Kenneth Heafield
and </s>.
2011-10-14one more to removeChris Dyer
2011-10-14remove FSA integration code. will have to be resurrected another dayChris Dyer
2011-10-11remove implicit conversion-to-double operator from LogVal<T> that caused ↵Guest_account Guest_account prguest11
overflow errors, clean up some pf code
2011-09-28test fixesChris Dyer
2011-09-24Chris says remnant and oovs should not be null, so stop checking. Also, we ↵Kenneth Heafield
were not properly doing ZeroRemaining, sorry.
2011-09-23Go through ff_klm and try to fix it for the new version.Kenneth Heafield
2011-09-23stub work to talk to new kenlmGuest_account Guest_account prguest11
2011-09-23make show_partition work even in absence of feature functionsGuest_account Guest_account prguest11
2011-09-17add target side for sss featuresChris Dyer
2011-09-17arity > 0 rules only for sss featuresChris Dyer
2011-09-17enable sss featuresChris Dyer
2011-09-17source span size featuresChris Dyer
2011-09-15script to filter reachable sentences, weight cleanupGuest_account Guest_account prguest11
2011-09-13remove features that are overfittingChris Dyer
2011-09-13fix for crash with no rescoringChris Dyer
2011-09-13get rid of bad Weights class so it no longer keeps a copy of a vector inside itChris Dyer
2011-09-13optional support for doing perfect hashing of feature strings to save lots ↵Chris Dyer
of memory
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 ↵Kenneth Heafield
binary files instead of requiring them to be specified at runtime.
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