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

Attribute error in client.py #28

Open vivekanand1101 opened 9 years ago

vivekanand1101 commented 9 years ago

Hi, I have nltk version 3.0.3 and i am getting this error.

tree = Tree.parse(result['sentences'][0]['parsetree']) AttributeError: type object 'Tree' has no attribute 'parse'