dasmith / stanford-corenlp-python

Python wrapper for Stanford CoreNLP tools v3.4.1
GNU General Public License v2.0
610 stars 229 forks source link

Error in client.py #35

Closed AakashKumarNain closed 7 years ago

AakashKumarNain commented 8 years ago

When I ran the client.py ,it says that Tree has no such attribute 'parse'. Also, I am not getting how to extract the dependencies using this

chabhishek123 commented 7 years ago

You may want to look at this PR : https://github.com/dasmith/stanford-corenlp-python/pull/42