Dependency Parse Tree Matching in python

326 Views Asked by At

I am working on Answer Sentence Selection Problem, and I want to compare dependency trees of two sentences. I am retrieving the dependency tree from spaCy and now I want to compare dependency trees. Is there any way or library in Python that I could use?

0

There are 0 best solutions below