summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-16c++11 compatibilityChris 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-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-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-09-24add timing stats for KennethChris Dyer
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 ↵Chris Dyer
mostly just fast
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
+ API naming fixes + Multiple feature definition files can be passed to the extractor
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
2012-09-04Multi-processing grammar extractionVictor Chahuneau
+ various surface fixes
2012-09-03fix some broken lm codeChris Dyer
2012-09-03Support Python 2.6Victor Chahuneau
2012-08-17Fall back on unversioned Boost if necessaryKenneth Heafield
2012-08-16Update build system, add missing cc filesKenneth Heafield
2012-08-16KenLM update. Remove a couple of segfaults for weird input. Other oddball ↵Kenneth Heafield
stuff.
2012-08-14[cdec.sa] Explicit feature names in grammar extractor outputVictor Chahuneau
+ sparse features in extractor + hg.intersect(string) + basestring = str|unicode
2012-08-13another fixChris Dyer
2012-08-13fix buffer overrunChris Dyer
2012-08-13maybe fix?Chris Dyer
2012-08-13comment out one testChris Dyer
2012-08-12redefine HGChris Dyer
2012-08-12remove extoolsChris Dyer
2012-08-12use new union apiChris Dyer
2012-08-12run unit testsChris Dyer
2012-08-12nasty unit test failureChris Dyer
2012-08-12possible errors with google hashesChris Dyer