python - How can i get the dependency path between two words in a spaCy doc object -
i using spacy python 2.7 , create doc object explained here
i need dependency path between 2 named enteties members of doc.ents
is there elegant way of doing so?
i found this explaining how dependency tree, don't need tree, need simple list of words can convert vector , use in machine learning algorithm
thanks!
Comments
Post a Comment