summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
+ 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
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