summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Expand)Author
2013-05-06add passthrough length featuresChris Dyer
2013-05-01fix wu ke's unique k-best extraction bugChris Dyer
2013-04-22support emission probabilities in class-based LMsChris Dyer
2013-03-23fix rules featuresChris Dyer
2013-03-20n-gram word class featuresChris Dyer
2013-03-15fix bugChris Dyer
2013-03-14fix source pathChris Dyer
2013-03-14source path featuresChris Dyer
2013-01-18KenLM dffafbf with lmplz source (but not built)Kenneth Heafield
2013-01-08fixes for distChris Dyer
2013-01-08add header files to sources to create correct distributionsChris Dyer
2012-12-15enable kenlm compressionChris Dyer
2012-12-14Updated incremental, updated kenlm. Incremental assumes <s>Kenneth Heafield
2012-11-17remove some old stuffChris Dyer
2012-11-14Short-circuit search when generating hypergraphs.Kenneth Heafield
2012-11-05build fix, default learning ratePatrick Simianer
2012-11-05merge upstream/masterPatrick Simianer
2012-10-25move some grammar stuff aroundChris Dyer
2012-10-22Remove global variable, have decoder hold a pointerKenneth Heafield
2012-10-22Fix no path found errorKenneth Heafield
2012-10-22Update search, make it compileKenneth Heafield
2012-10-22Merge remote branch 'upstream/master'Kenneth Heafield
2012-10-16remove confusing functionChris Dyer
2012-10-16clean up of bad header includesChris Dyer
2012-10-15get rid of nested class that was causing header polutionChris Dyer
2012-10-14Fix segfault, accurate decodingKenneth Heafield
2012-10-14Update to faster but less cute searchKenneth Heafield
2012-10-11set state size for external featuresChris Dyer
2012-10-11add support for dlopen'd feature functionsChris Dyer
2012-10-11Skip rest of decoder when using incrementalKenneth Heafield
2012-10-02cdec cleanup, remove bayesian stuff, parsing stuffChris Dyer
2012-10-01Add memory size loggingKenneth Heafield
2012-09-24add timing stats for KennethChris Dyer
2012-09-14Skip top node, just integrate <s> and </s> with the top edges.Kenneth Heafield
2012-09-13Steal cubepruning_pop_limit command line argumentKenneth Heafield
2012-09-13Fix word penaltyKenneth Heafield
2012-09-13Allow lm file name, print weightsKenneth Heafield
2012-09-13It compiles.Kenneth Heafield
2012-09-12Partially written bridge to lazyKenneth Heafield
2012-08-16Update build system, add missing cc filesKenneth Heafield
2012-08-13maybe fix?Chris Dyer
2012-08-13comment out one testChris Dyer
2012-08-12redefine HGChris Dyer
2012-08-12use new union apiChris Dyer
2012-08-12nasty unit test failureChris Dyer
2012-08-09fixes for new word apiChris Dyer
2012-08-08random sampling trees fixChris Dyer
2012-08-07sample trees from hypergraphsChris Dyer
2012-08-01Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-07-29fix grammar converter to remove edges that cannot exist in any valid derivationChris Dyer