Before asking this question i went through these( question_1, question_2) , both are not exactly my use-cases
I am using nltk tree.draw() method to get tree visualisation of a sentence, but i need to do that for all sentences in paragraph
so i want to store the output of all sentences of a paragraph in a file, where i can preserve the representation and which will help in analysing those structures
the output through tree.draw is in this way
i want tree representations of all sentences of a paragraph in a file(text/image/ . ) so that it will be easy to analyse
is there an way to achieve that ?
edit : output with treeview - https://i.stack.imgur.com/Gujqn.jpg