summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-09fixes for new word apiChris Dyer
2012-08-09Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-08-09gamma-poisson word length modelChris Dyer
2012-08-08[python] Get rid of the GILVictor Chahuneau
2012-08-08random sampling trees fixChris Dyer
2012-08-07sample trees from hypergraphsChris Dyer
2012-08-07random tree codeChris Dyer
2012-08-06Fix test compilation for Yvette's gcc and Boost combinationKenneth Heafield
2012-08-06More headersKenneth Heafield
2012-08-03[python] Fix some details in cdec.sa toolsVictor Chahuneau
2012-08-03Merge branch 'master' of github.com:redpony/cdecKenneth Heafield
2012-08-03Zero-initialize newed memory in a testKenneth Heafield
2012-07-30People shouldn't be using compile.sh in cdec, but might as well make it workKenneth Heafield
2012-07-30[python] monolingual grammarsVictor Chahuneau
2012-07-29fix grammar converter to remove edges that cannot exist in any valid derivationChris Dyer
2012-07-28[python] Fix grammar non-terminal memory bugVictor Chahuneau
2012-07-28fix moved functionChris Dyer
2012-07-28Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-07-28slight 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-28script to paste files together with the triple pipe separatorChris Dyer
2012-07-28Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-07-28a couple of tools for cleaning corporaChris Dyer
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-27remove old suffix array extractor (use the one in python/ instead)Chris Dyer
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-25Merge branch 'master' of github.com:redpony/cdecVictor Chahuneau
2012-07-25Character error rate metricVictor Chahuneau
- [python] cdec.score.CER - Cleanup .gitignore
2012-07-25maybe fasterChris Dyer
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-20fixChris Dyer
2012-07-20enable programmatic setting of grammar objects, cleanup of grammar handlingChris Dyer
2012-07-16Fix slow backoff lookupKenneth Heafield
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-02(1) allow prefixes and separators used in feature instantiations to be ↵Waleed Ammar
configured. (2) minor refactoring.
2012-07-01[python] MT evaluationVictor Chahuneau
2012-06-29add option for entropy optimizationChris Dyer
2012-06-26minrisk implChris Dyer
2012-06-24missed dependencyChris Dyer
2012-06-24minimum risk training, not completely ready for primetimeChris Dyer
2012-06-24compute risk / gradient of riskChris Dyer
2012-06-23Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-06-23clean up tagger a bitChris Dyer
2012-06-23Support for sparse/dense vectors in the python extensionVictor Chahuneau
- SparseVector, DenseVector - improved Lattice - Lattice translation - Hypergraph reweighting, pruning
2012-06-22single processor fixChris Dyer