Skip to content

Conversation

@chabhishek123
Copy link

Existing behaviour :
Traceback (most recent call last):
File "client.py", line 18, in
tree = Tree.parse(result['sentences'][0]['parsetree'])
AttributeError: type object 'Tree' has no attribute 'parse'

Fixing the parsing of tree . Output after the fix:

Tree('ROOT', [Tree('S', [Tree('NP', [Tree('PRP', ['It'])]), Tree('VP', [Tree('VBZ', ['is']), Tree('ADJP', [Tree('RB', ['so']), Tree('JJ', ['beautiful'])])]), Tree('.', ['.'])])])

@chabhishek123 chabhishek123 mentioned this pull request Sep 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant