Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-17 | Added methods for retrieving unique k-best lists from hypergraphs | armatthews | |
2014-04-18 | stdout feedback | mjdenkowski | |
2014-04-18 | Stream mode for grammar extractor | mjdenkowski | |
2014-04-10 | Refactoring | mjdenkowski | |
2014-04-10 | New feature: working implementation (online bilex) | mjdenkowski | |
2014-04-07 | new version of cythonized code | Chris Dyer | |
2014-03-11 | Update lexical weights in online grammar extraction | mjdenkowski | |
2014-03-10 | Tuples are faster than bidirectional dicts | mjdenkowski | |
2014-03-10 | Match Cython implementation subject to missing link issue | mjdenkowski | |
2014-03-07 | Unsmoothed bilex. Cython uses smoothing? | Michael Denkowski | |
2014-03-07 | More online bilex updates | Michael Denkowski | |
2014-03-06 | Compile count-based bilex table for online grammar extraction. | Michael Denkowski | |
2014-03-03 | typo fix | Michael Denkowski | |
2014-03-03 | Online bilex counts | Michael Denkowski | |
2014-02-26 | Comments | Michael Denkowski | |
2014-02-24 | refactoring | Michael Denkowski | |
2014-02-24 | CountExceptLM and CountExceptLex features for online grammar extraction. | Michael Denkowski | |
2013-11-22 | typos and minor additions | Patrick Simianer | |
2013-11-10 | hack to fix compilation problems on mav | Chris Dyer | |
2013-11-10 | fix for c++11 | Chris Dyer | |
2013-11-10 | small fixes | Chris Dyer | |
2013-11-10 | guard against direct includes of tr1 | Chris Dyer | |
2013-09-24 | Support clearning context | Michael Denkowski | |
2013-09-23 | One extractor, multiple online contexts. | Michael Denkowski | |
2013-08-26 | Improve the package structure of pycdec | Victor 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 ... | |||
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-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-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 | |