summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 algo...Chris Dyer
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
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
2012-07-25Merge branch 'master' of github.com:redpony/cdecVictor Chahuneau
2012-07-25Character error rate metricVictor Chahuneau
2012-07-25maybe fasterChris Dyer
2012-07-23[python] Evaluation metrics in PythonVictor Chahuneau
2012-07-21[python] Support for grammarsVictor Chahuneau
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
2012-07-05[python] Add convenience methodsVictor Chahuneau
2012-07-05Fix for pow(double, double)Victor Chahuneau
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 config...Waleed Ammar
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
2012-06-22single processor fixChris Dyer
2012-06-21Allow SA rule extraction to write to a python bufferVictor Chahuneau
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