Any help on translating parse tree into dot-bracket representation?
Anonymous User
46

input (string representation of parse tree):
'(c(a((u(c(a(g(g)))g)a)(a(g(a(u(c))u)c)u))u)g)'

output (dot-bracket representation):
'((((...))(((..)))))'
'caucagggaagaucucuug'
or more instructive showing:
image

also refer to the parse tree
image

Comments (0)