summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-09-06[cdec.sa] Fix API to make everyone happyVictor Chahuneau
2012-09-06[cdec.sa] Fix the list of matching training source sentenceVictor Chahuneau
2012-09-06[cdec.sa] Make list of word ids <-> sentence string mapping easyVictor Chahuneau
2012-09-06Make Data_Array.data accessible via getterAdam Lopez
2012-09-06MergeAdam Lopez
2012-09-05[pycdec.sa] Fix the -f option specificationVictor Chahuneau
2012-09-05Revert to the "old style" pair count...Victor Chahuneau
2012-09-05Pass F, E texts to featuresAdam Lopez
2012-09-05Change FeatureContext.input_span to return slice indicesAdam Lopez
2012-09-05Fix bug in initialization of FeatureContext.input_spanAdam Lopez
2012-09-05Extractor no longer complains if feature definitions aren't suppliedAdam Lopez
2012-09-05Expose new feature extraction APIVictor Chahuneau
2012-09-05Merge alopez/context-featuresVictor Chahuneau