summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Expand)Author
2012-05-12Build fixes: correct config error, fix paths for testsKenneth Heafield
2012-05-11Fix relative paths in tests.Kenneth Heafield
2012-05-11Add just enough jam to compile the decoder.Kenneth Heafield
2012-05-11Pedantic rename to .ll for C++ lex filesKenneth Heafield
2012-05-08Output separate files for target hypergraphs.Kenneth Heafield
2012-05-02remove dependency on gtest, remove all-staticChris Dyer
2012-04-29reverted changes in upstreamPatrick Simianer
2012-04-07Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-04-03bayes lattice scoringChris Dyer
2012-04-02fix bug in lattices with OOVsChris Dyer
2012-03-24rename aligner, add support for distinguishing translation / transliterationChris Dyer
2012-03-20make c++11 compatibleChris Dyer
2012-03-13merge with upstreamPatrick Simianer
2012-03-10frequency-based binningChris Dyer
2012-03-08simple context feature for taggerChris Dyer
2012-03-07configure order of n-gram featuresChris Dyer
2012-03-03PYP language model (Teh 2006)Chris Dyer
2012-03-03use assert properlyChris Dyer
2012-02-29Dump the forest before the language model rescoringKenneth Heafield
2012-02-27generic bayesian cfg learner with a bunch of cfg grammar typesChris Dyer
2012-02-19lbl preliminary clean upChris Dyer
2012-02-12Might as well provide the edge count as wellKenneth Heafield
2012-02-12Target-side only output formatKenneth Heafield
2012-02-10Dear windows users, code is not executableKenneth Heafield
2012-02-02remove some dead code to clean things upChris Dyer
2011-11-29Merge remote-tracking branch 'upstream/master'Patrick Simianer
2011-11-21make it possible to build with an earlier version of boostChris Dyer
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 b...Kenneth Heafield
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> a...Kenneth Heafield
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 over...Guest_account Guest_account prguest11
2011-09-28test fixesChris Dyer
2011-09-24Chris says remnant and oovs should not be null, so stop checking. Also, we w...Kenneth Heafield
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 psme...Patrick Simianer