summaryrefslogtreecommitdiff
path: root/python/setup.py.in
AgeCommit message (Collapse)Author
2014-01-20fix link errorChris Dyer
2013-11-10hack to fix compilation problems on mavChris Dyer
2013-11-10mav fixesChris Dyer
2013-11-10fix for c++11Chris 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 ...
2013-01-19deal with chrono/timerChris Dyer
2012-12-15enable kenlm compressionChris Dyer
2012-11-18fix python pointers into training libChris Dyer
2012-10-25fix python buildChris Dyer
2012-08-11[python] fix for new dict APIVictor Chahuneau
- TDConvert returns a string - various c_str fixes (make copies) - cleanup .gitignore
2012-08-10autogenerate setup.pyChris Dyer