summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Collapse)Author
2011-11-13merge upstream/masterPatrick Simianer
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-20Merge remote-tracking branch 'upstream/master' into mastermergePatrick Simianer
2011-10-20fix to prevent stale weightsChris Dyer
2011-10-19debugPatrick Simianer
2011-10-19merged, compiles but not workingPatrick Simianer
2011-10-19merge upstream/masterPatrick Simianer
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-23partial merge, ruleid featurePatrick Simianer
2011-09-23added svm, ksamplerPatrick Simianer
2011-09-23big update: working iterating, pretty output, test scripts and morePatrick Simianer
2011-09-23hacking in weights setting, gettingPatrick Simianer
2011-09-23added dtrain, implemented psg setting in decoder/translator, implemented ↵Patrick Simianer
psmetrics, ngram statistics, main carcass
2011-09-23QuantizationKenneth Heafield
2011-09-23Code cleanup for vocabulary mappingKenneth Heafield
2011-09-23Add exception catcher around constructorKenneth Heafield
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