summaryrefslogtreecommitdiff
path: root/decoder/tree2string_translator.cc
AgeCommit message (Collapse)Author
2014-10-12deal with alignments in tree to string grammarsChris Dyer
2014-10-09make tree terminals available to feature functionsChris Dyer
2014-09-22added missing c++11 headers (could not compile with gcc-4.8)Wilker Aziz
2014-07-01track spans in t2s translationChris Dyer
2014-06-15reduce ambiguity due to pass through rules in t2s translationChris Dyer
2014-06-13stringpiece based parser for tree-to-string rules (foundation for t2t rules)Chris Dyer
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-08better featuresChris Dyer
2014-05-08turn of span filteringChris 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-16fix for bug due to using wrong tree traversalChris Dyer
2014-04-07track node state for smarter unionChris Dyer
2014-04-07clean up dead TRule codeChris Dyer
2014-04-01deal with pass through rulesChris Dyer
2014-04-01check for empty hgChris Dyer
2014-04-01deal with multiple grammars in t2sChris Dyer
2014-04-01tree2string test, fix for edge caseChris Dyer
2014-04-01minimally tested t2s translatorChris Dyer
2014-03-30almost complete tree to string translatorChris Dyer
2014-03-27breadth first iterator for tree fragmentChris Dyer
2014-03-13possible gcc comp errorChris Dyer
2014-03-12add support for internal tree structure on SCFG rulesChris Dyer