summaryrefslogtreecommitdiff
path: root/python/cdec/sa/strmap.cc
AgeCommit message (Collapse)Author
2013-11-10fix for c++11Chris Dyer
2013-11-10guard against direct includes of tr1Chris Dyer
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 ...