index
:
cdec-dtrain-legacy
json_serial
master
net
Mirror of https://github.com/pks/cdec-dtrain-legacy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoder
/
tree2string_translator.cc
Age
Commit message (
Expand
)
Author
2014-07-01
track spans in t2s translation
Chris Dyer
2014-06-15
reduce ambiguity due to pass through rules in t2s translation
Chris Dyer
2014-06-13
stringpiece based parser for tree-to-string rules (foundation for t2t rules)
Chris Dyer
2014-05-24
support per sentence tree-to-string grammars
Chris Dyer
2014-05-17
fix unique check
Chris Dyer
2014-05-17
check for duplicates when creating pass through rules
Chris Dyer
2014-05-17
stub for t2t translator
Chris Dyer
2014-05-09
remove fixed bug warning
Chris Dyer
2014-05-08
better features
Chris Dyer
2014-05-08
turn of span filtering
Chris Dyer
2014-04-25
fix tree-to-string forest so it works with cube pruning assumptions
Chris Dyer
2014-04-25
support for multiple xRs states in parser (not yet in rules)
Chris Dyer
2014-04-16
fix for bug due to using wrong tree traversal
Chris Dyer
2014-04-07
track node state for smarter union
Chris Dyer
2014-04-07
clean up dead TRule code
Chris Dyer
2014-04-01
deal with pass through rules
Chris Dyer
2014-04-01
check for empty hg
Chris Dyer
2014-04-01
deal with multiple grammars in t2s
Chris Dyer
2014-04-01
tree2string test, fix for edge case
Chris Dyer
2014-04-01
minimally tested t2s translator
Chris Dyer
2014-03-30
almost complete tree to string translator
Chris Dyer
2014-03-27
breadth first iterator for tree fragment
Chris Dyer
2014-03-13
possible gcc comp error
Chris Dyer
2014-03-12
add support for internal tree structure on SCFG rules
Chris Dyer