Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-03 | Support Python 2.6 | Victor Chahuneau | |
2012-08-14 | [cdec.sa] Explicit feature names in grammar extractor output | Victor Chahuneau | |
+ sparse features in extractor + hg.intersect(string) + basestring = str|unicode | |||
2012-08-11 | [python] fix for new dict API | Victor Chahuneau | |
- TDConvert returns a string - various c_str fixes (make copies) - cleanup .gitignore | |||
2012-08-10 | autogenerate setup.py | Chris Dyer | |
2012-08-10 | [python] Parallel decoding | Victor Chahuneau | |
2012-08-10 | [python] Examples directory including Rampion | Victor Chahuneau | |
2012-08-08 | [python] Get rid of the GIL | Victor Chahuneau | |
2012-08-08 | random sampling trees fix | Chris Dyer | |
2012-08-07 | sample trees from hypergraphs | Chris Dyer | |
2012-08-03 | [python] Fix some details in cdec.sa tools | Victor Chahuneau | |
2012-07-30 | [python] monolingual grammars | Victor Chahuneau | |
2012-07-28 | [python] Fix grammar non-terminal memory bug | Victor Chahuneau | |
2012-07-28 | [python] Suffix array compiler can read bitext (-b) | Victor Chahuneau | |
2012-07-27 | [python] Move python files to avoid pythonpath conflicts | Victor Chahuneau | |
2012-07-27 | [python] conversion from cdec.sa.Rule to cdec.TRule | Victor 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 improvements | Victor 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-25 | Character error rate metric | Victor Chahuneau | |
- [python] cdec.score.CER - Cleanup .gitignore | |||
2012-07-23 | [python] Evaluation metrics in Python | Victor Chahuneau | |
2012-07-21 | [python] Support for grammars | Victor 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-20 | enable programmatic setting of grammar objects, cleanup of grammar handling | Chris Dyer | |
2012-07-11 | [python] Direct hypergraph access | Victor Chahuneau | |
- small API changes (*_trees methods) - decoder config can now passed as arguments | |||
2012-07-05 | [python] Add convenience methods | Victor Chahuneau | |
2012-07-05 | Fix for pow(double, double) | Victor Chahuneau | |
+ [python] check bounds for candidate set | |||
2012-07-02 | [python] Explicit candidate set; memory leak fixes | Victor Chahuneau | |
2012-07-01 | [python] MT evaluation | Victor Chahuneau | |
2012-06-23 | Support for sparse/dense vectors in the python extension | Victor Chahuneau | |
- SparseVector, DenseVector - improved Lattice - Lattice translation - Hypergraph reweighting, pruning | |||
2012-06-21 | Allow SA rule extraction to write to a python buffer | Victor Chahuneau | |
+ very small sa-extract cleanup | |||
2012-06-14 | Detect boost location before building the python module | Victor Chahuneau | |
2012-06-06 | Python - Added hypergraph functionnality | Victor Chahuneau | |
- k-best translations - 1-best, k-best structures - sample derivations from the forest - intersect hypergraph and lattice - lattice | |||
2012-06-04 | Python module: initial version | Victor Chahuneau | |