Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-28 | slight improvement to the way NTs are handled in the FST-CFG composition ↵ | Chris Dyer | |
algorithm, new rescoring mode | |||
2012-07-28 | [python] Suffix array compiler can read bitext (-b) | Victor Chahuneau | |
2012-07-28 | script to paste files together with the triple pipe separator | Chris Dyer | |
2012-07-28 | Merge branch 'master' of github.com:redpony/cdec | Chris Dyer | |
2012-07-28 | a couple of tools for cleaning corpora | Chris Dyer | |
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 | remove old suffix array extractor (use the one in python/ instead) | Chris Dyer | |
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 | Merge branch 'master' of github.com:redpony/cdec | Victor Chahuneau | |
2012-07-25 | Character error rate metric | Victor Chahuneau | |
- [python] cdec.score.CER - Cleanup .gitignore | |||
2012-07-25 | maybe faster | Chris Dyer | |
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 | fix | Chris Dyer | |
2012-07-20 | enable programmatic setting of grammar objects, cleanup of grammar handling | Chris Dyer | |
2012-07-16 | Fix slow backoff lookup | Kenneth Heafield | |
2012-07-11 | [python] Direct hypergraph access | Victor Chahuneau | |
- small API changes (*_trees methods) - decoder config can now passed as arguments | |||
2012-07-08 | Merge branch 'master' of github.com:pks/cdec-dtrain | Patrick Simianer | |
2012-07-08 | parallel. test | Patrick Simianer | |
2012-07-06 | Merge branch 'master' of github.com:pks/cdec-dtrain | Patrick Simianer | |
2012-07-06 | Merge remote-tracking branch 'upstream/master' | Patrick Simianer | |
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-03 | Merge remote-tracking branch 'upstream/master' | Patrick Simianer | |
2012-07-02 | [python] Explicit candidate set; memory leak fixes | Victor Chahuneau | |
2012-07-02 | (1) allow prefixes and separators used in feature instantiations to be ↵ | Waleed Ammar | |
configured. (2) minor refactoring. | |||
2012-07-01 | [python] MT evaluation | Victor Chahuneau | |
2012-06-29 | add option for entropy optimization | Chris Dyer | |
2012-06-28 | Merge branch 'master' of github.com:pks/cdec-dtrain | Patrick Simianer | |
2012-06-28 | Merge remote-tracking branch 'upstream/master' | Patrick Simianer | |
2012-06-27 | Merge remote-tracking branch 'upstream/master' | Patrick Simianer | |
2012-06-26 | minrisk impl | Chris Dyer | |
2012-06-26 | Merge remote-tracking branch 'upstream/master' | Patrick Simianer | |
2012-06-24 | missed dependency | Chris Dyer | |
2012-06-24 | minimum risk training, not completely ready for primetime | Chris Dyer | |
2012-06-24 | compute risk / gradient of risk | Chris Dyer | |
2012-06-24 | move | Patrick Simianer | |
2012-06-24 | RuleTargetBigramFeatures, parallelize.rb | Patrick Simianer | |
2012-06-23 | Merge branch 'master' of github.com:redpony/cdec | Chris Dyer | |
2012-06-23 | clean up tagger a bit | Chris Dyer | |
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-22 | single processor fix | Chris Dyer | |
2012-06-21 | Allow SA rule extraction to write to a python buffer | Victor Chahuneau | |
+ very small sa-extract cleanup | |||
2012-06-21 | Pull in build changes from Moses | Kenneth Heafield | |
2012-06-19 | compute held-out ppl in mpi_batch_optimize | Chris Dyer | |
2012-06-19 | Merge branch 'master' of https://github.com/pks/cdec-dtrain | Chris Dyer | |
2012-06-18 | switch to hash maps for sparse vectors | Chris Dyer | |
2012-06-18 | add fPIC, necessary for python build | Chris Dyer | |
2012-06-18 | fixes for non-const iterator | Chris Dyer | |