summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 most...Chris Dyer
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
2012-09-04Multi-processing grammar extractionVictor Chahuneau
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 s...Kenneth Heafield
2012-08-14[cdec.sa] Explicit feature names in grammar extractor outputVictor Chahuneau
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
2012-08-12fix permissionsChris Dyer
2012-08-12new interfaceChris Dyer
2012-08-12clean up CRP code to use faster data structureChris Dyer
2012-08-12fix sparse vector api, and add crp helper classChris Dyer
2012-08-11[python] fix for new dict APIVictor Chahuneau
2012-08-11remove extra eos markerChris Dyer
2012-08-11fix removed makefileChris Dyer
2012-08-10autogenerate setup.pyChris Dyer
2012-08-10[python] Parallel decodingVictor Chahuneau
2012-08-10[python] Examples directory including RampionVictor Chahuneau