summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-06-21Allow SA rule extraction to write to a python bufferVictor Chahuneau
+ very small sa-extract cleanup
2012-06-21Pull in build changes from MosesKenneth Heafield
2012-06-19compute held-out ppl in mpi_batch_optimizeChris Dyer
2012-06-19Merge branch 'master' of https://github.com/pks/cdec-dtrainChris Dyer
2012-06-18switch to hash maps for sparse vectorsChris Dyer
2012-06-18add fPIC, necessary for python buildChris Dyer
2012-06-18fixes for non-const iteratorChris Dyer
2012-06-18add non-const iterators to sparse vector, speed up model1 codeChris Dyer
2012-06-18Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-06-18extract_rules cdec paramPatrick Simianer
2012-06-18Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-06-17Merge branch 'master' of github.com:redpony/cdecWaleed Ammar
2012-06-16enable regex-based feature templatesWaleed Ammar
2012-06-14Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-06-14'sum bleu'Patrick Simianer
2012-06-14Detect boost location before building the python moduleVictor Chahuneau
2012-06-13max pairs argPatrick Simianer
2012-06-13Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-06-06Merge branch 'master' of github.com:redpony/cdecChris Dyer
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-05Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-06-04Python module: initial versionVictor Chahuneau
2012-06-04Make decoder REALLY quiet when SILENT=1Victor Chahuneau
2012-06-01fix potential build breakChris Dyer
2012-05-31new scorer, stuffPatrick Simianer
2012-05-31Merge remote-tracking branch 'upstream/master'Patrick Simianer
2012-05-29add support to rampion for accumulating k-best listsChris Dyer
2012-05-28Fix FilePiece and progressKenneth Heafield
2012-05-28Fix FilePiece gzipKenneth Heafield
2012-05-28cache metric computation in proChris Dyer
2012-05-27fix mapper to use common candidate set codeChris Dyer
2012-05-27kbest repoChris Dyer
2012-05-27fix werrorChris Dyer
2012-05-27Merge branch 'master' of github.com:redpony/cdecChris Dyer
2012-05-27clean upChris Dyer