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?
Asked
Active
Viewed 307 times
2
-
what you mean compare two sentence parser? – ᴀʀᴍᴀɴ May 22 '18 at 16:56
-
Actually, I want to choose a most relevant answer from a list of answer to the particular question so I want to compare question dep tree with each answer dep tree. – Parvez Khan May 22 '18 at 17:42