summaryrefslogtreecommitdiff
path: root/python/src/sa/suffix_array.pxi
AgeCommit message (Collapse)Author
2012-09-06[cdec.sa] Fix API to make everyone happyVictor 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-07-28[python] Suffix array compiler can read bitext (-b)Victor Chahuneau
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