summaryrefslogtreecommitdiff
path: root/python/src/grammar.pxd
AgeCommit message (Collapse)Author
2012-08-08[python] Get rid of the GILVictor Chahuneau
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-21[python] Support for grammarsVictor Chahuneau
- Translation rules can now be create programatically - Grammars = list of translation rules can be used for translation - Feature expectations on the hypergraph (inside_outside)