summaryrefslogtreecommitdiff
path: root/python/src/sa/rulefactory.pxi
AgeCommit message (Collapse)Author
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 the list of matching training source sentenceVictor Chahuneau
2012-09-06MergeAdam Lopez
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-05Expose new feature extraction APIVictor Chahuneau
2012-09-05Merge alopez/context-featuresVictor Chahuneau
2012-09-03Support Python 2.6Victor Chahuneau
2012-08-14[cdec.sa] Explicit feature names in grammar extractor outputVictor Chahuneau
+ sparse features in extractor + hg.intersect(string) + basestring = str|unicode
2012-07-27[python] conversion from cdec.sa.Rule to cdec.TRuleVictor Chahuneau
+ remove configobj dependency + re-structure packages (no more top-level library) + "const" stuff + use __new__ instead of constructor for some objects
2012-07-27[python] Fork of the suffix-array extractor with surface improvementsVictor Chahuneau
Available as the cdec.sa module, with commande-line helpers: python -m cdec.sa.compile -f ... -e ... -a ... -o sa-out/ -c extract.ini python -m cdec.sa.extract -c extract.ini -g grammars-out/ < input.txt > input.sgml + renamed cdec.scfg -> cdec.sa + Python README