summaryrefslogtreecommitdiff
path: root/python/src
AgeCommit message (Collapse)Author
2012-07-27[python] Move python files to avoid pythonpath conflictsVictor 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-27[python] Fork of the suffix-array extractor with surface improvementsVictor Chahuneau
Available as the cdec.sa module, with commande-line helpers: python -m cdec.sa.compile -f ... -e ... -a ... -o sa-out/ -c extract.ini python -m cdec.sa.extract -c extract.ini -g grammars-out/ < input.txt > input.sgml + renamed cdec.scfg -> cdec.sa + Python README
2012-07-25Character error rate metricVictor Chahuneau
- [python] cdec.score.CER - Cleanup .gitignore
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)
2012-07-20enable programmatic setting of grammar objects, cleanup of grammar handlingChris Dyer
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
2012-06-23Support for sparse/dense vectors in the python extensionVictor Chahuneau
- SparseVector, DenseVector - improved Lattice - Lattice translation - Hypergraph reweighting, pruning
2012-06-14Detect boost location before building the python moduleVictor Chahuneau
2012-06-06Python - Added hypergraph functionnalityVictor Chahuneau
- k-best translations - 1-best, k-best structures - sample derivations from the forest - intersect hypergraph and lattice - lattice
2012-06-04Python module: initial versionVictor Chahuneau