summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-16Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-10-16c++11 compatibilityChris Dyer
2012-10-16Merge branch 'master' of github.com:redpony/cdecVictor Chahuneau
2012-10-16[python] Fix string problems + Documentation.Victor Chahuneau
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-11example external feature functionChris Dyer
2012-10-11set state size for external featuresChris Dyer
2012-10-11add support for dlopen'd feature functionsChris Dyer
2012-10-11Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2012-10-11produce alignments for a test set (which can be stdin)Chris Dyer
2012-10-11Skip rest of decoder when using incrementalKenneth Heafield
2012-10-10Update KenLMKenneth Heafield
2012-10-10KenLM 8307220Kenneth Heafield
2012-10-02better readmeChris Dyer
2012-10-02note to selfChris Dyer
2012-10-02new readmeChris Dyer
2012-10-02fix buildChris Dyer
2012-10-02cdec cleanup, remove bayesian stuff, parsing stuffChris Dyer
2012-10-01mbr fix for non-deduped listsChris Dyer
2012-10-01Merge branch 'master' of github.com:kpu/cdecKenneth Heafield
2012-10-01Add memory size loggingKenneth Heafield
2012-09-24add timing stats for KennethChris Dyer
2012-09-24Fix up compilation of standaloneKenneth Heafield
2012-09-20Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2012-09-20rename model1 to fast_aligner, since it does way more than model1 but is most...Chris 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 compilation with staticKenneth Heafield
2012-09-13Fix word penaltyKenneth Heafield
2012-09-13Apparently cdec works on Boost 1.42.0Kenneth Heafield
2012-09-13Allow lm file name, print weightsKenneth Heafield
2012-09-13Merge branch 'master' of github.com:kpu/cdecKenneth Heafield
2012-09-13Fine remove the length checkKenneth Heafield
2012-09-13It compiles.Kenneth Heafield
2012-09-12Partially written bridge to lazyKenneth Heafield
2012-09-12Add the alone stuff, using a wrapper to the edge class.Kenneth Heafield
2012-09-12Refactor search so that it knows even less, but keeps track of edge pointersKenneth Heafield
2012-09-11Minor build fixesKenneth Heafield
2012-09-11Add search library to cdec (not used yet)Kenneth Heafield
2012-09-11Update kenlm and build systemKenneth Heafield
2012-09-09Fix dpmert depsKenneth Heafield
2012-09-06add FeatureContext.input_spanAdam Lopez
2012-09-06[cdec.sa] Allow sentence annotation and initial configurationVictor Chahuneau