summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-25remove unused argChris Dyer
2014-10-25extract features from converted conll filesChris Dyer
2014-10-24conll2cdec conversionChris Dyer
2014-10-19fix cfg rescore testChris Dyer
2014-10-19Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2014-10-19remove json from grammar_convertChris Dyer
2014-10-19remove unnecessary test dataChris Dyer
2014-10-19missing test dataChris Dyer
2014-10-19remove json hypergraph formatChris Dyer
2014-10-19stop switch to boost serialization for hypergraph IOChris Dyer
2014-10-18support serialization of TRule with boost serializationChris Dyer
2014-10-18test sparse vector serializationChris Dyer
2014-10-16Merge pull request #58 from kho/xmlChris Dyer
Add --show_derivations_mask to control what to print when --show_derivations
2014-10-15Add --show_derivations_mask to control what to print when --show_derivationsWu, Ke
2014-10-13Merge branch 'master' of github.com:redpony/cdecarmatthews
2014-10-13Added alignment to pass through rules in t2sarmatthews
2014-10-13new kenlmChris Dyer
2014-10-12banner styleChris Dyer
2014-10-12update date on configure.acChris Dyer
2014-10-12fix bugChris Dyer
2014-10-12deal with alignments in tree to string grammarsChris Dyer
2014-10-09support bigger rules in arity featureChris Dyer
2014-10-09fix header names in decoder/Chris Dyer
2014-10-09fix header names in mteval/Chris Dyer
2014-10-09fix header names in util/Chris Dyer
2014-10-09patch for using ax_pthreadChris Dyer
2014-10-09fix constChris Dyer
2014-10-09make tree terminals available to feature functionsChris Dyer
2014-10-02Correct binary name in extractor ReadMe.Paul Baltescu
2014-10-02Update C++ extractor ReadMe.Paul Baltescu
2014-10-02Fix time tracking for suffix array construction.Paul Baltescu
2014-09-29Add test-driver to .gitignore.Paul Baltescu
2014-09-28add error messageChris Dyer
2014-09-23Remove unused include.Paul Baltescu
2014-09-22added missing c++11 headers (could not compile with gcc-4.8)Wilker Aziz
2014-09-17Merge pull request #51 from wilkeraziz/masterChris Dyer
a few minor changes to pycdec
2014-09-17scaling weights, return dot and fmap from sampling, iterate over theWilker Aziz
terminal spans in a rule
2014-09-15migrate to new Cython versionChris Dyer
2014-09-10fix bug when there are too few featuresChris Dyer
2014-09-08fix for some new strictness with new gccChris Dyer
2014-09-08make dependencies on MPI libraries explicitChris Dyer
2014-09-08upgrade to new boost.m4Chris Dyer
2014-09-07Merge pull request #50 from pks/masterChris Dyer
alignment features, PassThroughN features, dtrain update, mira qsub, and pro fix
2014-09-06ld commitChris Dyer
2014-09-04word error rate metricChris Dyer
2014-08-07Option for static linking (./configure --with-static). Currently limited to ↵mjdenkowski
a few binaries.
2014-08-07Don't depend on realtime in case people don't want to build pycdec.mjdenkowski
2014-08-02finallyPatrick Simianer
2014-08-02fixPatrick Simianer
2014-07-29fixPatrick Simianer