summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-02fixPatrick Simianer
2014-07-29fixPatrick Simianer
2014-07-29make PassThrough1..N optionalPatrick Simianer
2014-07-22ignorePatrick Simianer
2014-07-22pro fixPatrick Simianer
2014-07-22mira qsubPatrick Simianer
2014-07-22Heidelberg LocalConfig.pmPatrick Simianer
2014-07-22fix parallelize.rbPatrick Simianer
2014-07-22Merge remote-tracking branch 'upstream/master'Patrick Simianer
2014-07-21comment about cluster file formatChris Dyer
2014-07-18fixPatrick Simianer
2014-07-04Merge remote-tracking branch 'upstream/master'Patrick Simianer
2014-07-01track spans in t2s translationChris Dyer
2014-06-27Merge remote-tracking branch 'upstream/master'Patrick Simianer
2014-06-15reduce ambiguity due to pass through rules in t2s translationChris Dyer
2014-06-15Merge remote-tracking branch 'upstream/master'Patrick Simianer
2014-06-13new trule datastructure that can store t2s with multiple states (i.e., t2t ↵Chris Dyer
rules)
2014-06-13stringpiece based parser for tree-to-string rules (foundation for t2t rules)Chris Dyer
2014-06-13tree fragment accepts StringPiece instead of stringChris Dyer
2014-06-12move string_piece to utils/ from inside klmChris Dyer
2014-06-12Merge remote-tracking branch 'upstream/master'Patrick Simianer
2014-06-03fix for nonjoining charsChris Dyer
2014-05-25Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2014-05-25fix readmeChris Dyer
2014-05-25Merge branch 'master' of https://github.com/redpony/cdecarmatthews
2014-05-25Make sure SufficientStats constructor gets calledarmatthews
2014-05-24support per sentence tree-to-string grammarsChris Dyer
2014-05-23Added t2s to the list of known pycdec formalismsarmatthews
2014-05-18Added a newlinearmatthews
2014-05-18Added information on how to recompile pycdec from the pyx filesarmatthews
2014-05-17fix unique checkChris Dyer
2014-05-17check for duplicates when creating pass through rulesChris Dyer
2014-05-17Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2014-05-17stub for t2t translatorChris Dyer
2014-05-17Added methods for retrieving unique k-best lists from hypergraphsarmatthews
2014-05-15use fma if availableChris Dyer
2014-05-09remove fixed bug warningChris Dyer
2014-05-08missing headerChris Dyer
2014-05-08better featuresChris Dyer
2014-05-08Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2014-05-08Merge branch 'master' of github.com:redpony/cdecChris Dyer
2014-05-08turn of span filteringChris Dyer
2014-05-02Automatically generate some rt.ini optionsMichael Denkowski
2014-04-27clean up headersChris Dyer
2014-04-25check for non-rescorable hypergraphsChris Dyer
2014-04-25fix tree-to-string forest so it works with cube pruning assumptionsChris Dyer
2014-04-25support for multiple xRs states in parser (not yet in rules)Chris Dyer
2014-04-20Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2014-04-20binary derivations with maximal arity-2Chris Dyer
2014-04-18Each grammar extractor gets its own process to avoid Cython segfaults.mjdenkowski