I'm using Stanford coreNLP for sentiment analytics. Now I want visualization the tree bank look like http://nlp.stanford.edu/sentiment/treebank.html
But I can't get score for each node in the treebank, so I can't do it. I had found in the internet and seen somebody can draw easy in Python.
Do you have any idea to draw the treebank for Stanford sentiment in java (swing is an example).
Thanks all.