Closed lcswillems closed 2 years ago
Hi, is it possible to get all the leaves of the parseTree as NLTK Corenlp allow to?
stanza now has a python constituency parser which is more accurate and would allow for rearranging the parse trees. You can also use stanza's corenlp client to get a tree object and manipulate that if you like.
Hi, is it possible to get all the leaves of the parseTree as NLTK Corenlp allow to?