I have the output of my parser as something like this:
[S[F[NP[DT your][N offer]][VP[V is][ADJ good]]][NO sonny]]
And I need to convert it to an image of a graph with the syntax tree, something similar to what this site(http://mshang.ca/syntree/) would generate.
Is there any library that could be helpful or that would automatically do that for me ? I need this to run local, so i can't scrap the site and save the image.