summaryrefslogtreecommitdiff
path: root/decoder
AgeCommit message (Expand)Author
2014-10-12fix bugChris Dyer
2014-10-12deal with alignments in tree to string grammarsChris Dyer
2014-10-10Eliminate compiler warningsWu, Ke
2014-10-10Remove ConstReorderFeatureFactoryWu, Ke
2014-10-10Top-level documentation for ConstReorderFeatureWu, Ke
2014-10-10Run clang-formatWu, Ke
2014-10-10Allow erasure of part of stateWu, Ke
2014-10-09support bigger rules in arity featureChris Dyer
2014-10-09fix header names in decoder/Chris Dyer
2014-10-09fix constChris Dyer
2014-10-09make tree terminals available to feature functionsChris Dyer
2014-10-08Apply clang-format on ff_const_reorder.*Wu, Ke
2014-10-07Move synutils under utilsWu, Ke
2014-10-07Add ConstReorderFeatureWu, Ke
2014-09-22added missing c++11 headers (could not compile with gcc-4.8)Wilker Aziz
2014-09-07Merge pull request #50 from pks/masterChris Dyer
2014-08-07Option for static linking (./configure --with-static). Currently limited to ...mjdenkowski
2014-08-02finallyPatrick Simianer
2014-08-02fixPatrick Simianer
2014-07-29make PassThrough1..N optionalPatrick Simianer
2014-07-22Merge remote-tracking branch 'upstream/master'Patrick Simianer
2014-07-21comment about cluster file formatChris Dyer
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 ru...Chris Dyer
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-12Merge remote-tracking branch 'upstream/master'Patrick Simianer
2014-05-24support per sentence tree-to-string grammarsChris Dyer
2014-05-17fix unique checkChris Dyer
2014-05-17check for duplicates when creating pass through rulesChris Dyer
2014-05-17stub for t2t translatorChris 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-08turn of span filteringChris Dyer
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-17fix rescoringChris Dyer
2014-04-16fix for bug due to using wrong tree traversalChris Dyer
2014-04-09better logging of union statsChris Dyer
2014-04-09don't hash on an internal idChris Dyer
2014-04-08smarter unionChris Dyer
2014-04-08track node_hash fieldChris Dyer