summaryrefslogtreecommitdiff
path: root/python/src/mteval.pxd
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-11-18fix python pointers into training libChris 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-23[python] Evaluation metrics in PythonVictor Chahuneau
2012-07-01[python] MT evaluationVictor Chahuneau