malllabiisc/WordGCN

how to build a syntactic graph

wizardmanxxx opened this issue · 1 comments

Hi,Thank you for your amazing work
However,this code doesn't seem to contain the part of how to build the syntactic graph. can i ask for sharing the code of this part?
thank you very much.

Hi @wizardmanxxx,
Thanks for your comment.
For obtaining the syntactic graphs we used Stanford CoreNLP Toolkit. We just passed each sentence to obtain its dependency parse.

regards,