summaryrefslogtreecommitdiff
path: root/python/src/vectors.pxi
AgeCommit message (Collapse)Author
2012-10-16[python] Fix string problems + Documentation.Victor Chahuneau
- use bytes instead of char* - add some basic docstrings to functions/constructors
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-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)
2012-07-05[python] Add convenience methodsVictor Chahuneau
2012-07-02[python] Explicit candidate set; memory leak fixesVictor Chahuneau
2012-07-01[python] MT evaluationVictor Chahuneau
2012-06-23Support for sparse/dense vectors in the python extensionVictor Chahuneau
- SparseVector, DenseVector - improved Lattice - Lattice translation - Hypergraph reweighting, pruning