summaryrefslogtreecommitdiff
path: root/python/src/mteval.pxi
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 ...
2013-02-21Add QCRI_BLEUJeff Flanigan
2012-10-16[python] Fix string problems + Documentation.Victor Chahuneau
- use bytes instead of char* - add some basic docstrings to functions/constructors
2012-08-14[cdec.sa] Explicit feature names in grammar extractor outputVictor Chahuneau
+ sparse features in extractor + hg.intersect(string) + basestring = str|unicode
2012-08-11[python] fix for new dict APIVictor Chahuneau
- TDConvert returns a string - various c_str fixes (make copies) - cleanup .gitignore
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-25Character error rate metricVictor Chahuneau
- [python] cdec.score.CER - Cleanup .gitignore
2012-07-23[python] Evaluation metrics in PythonVictor Chahuneau
2012-07-11[python] Direct hypergraph accessVictor Chahuneau
- small API changes (*_trees methods) - decoder config can now passed as arguments
2012-07-05[python] Add convenience methodsVictor Chahuneau
2012-07-05Fix for pow(double, double)Victor Chahuneau
+ [python] check bounds for candidate set
2012-07-02[python] Explicit candidate set; memory leak fixesVictor Chahuneau
2012-07-01[python] MT evaluationVictor Chahuneau