summaryrefslogtreecommitdiff
path: root/python/README.md
AgeCommit message (Collapse)Author
2013-08-26Improve the package structure of pycdecVictor Chahuneau
This change should not break anything, but now you can run: python setup.py build_ext --inplace and use the cleaner: PYTHONPATH=/path/to/cdec/python python -m ...
2012-10-02note to selfChris Dyer
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