Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in conll.py #32

Closed
michkich opened this issue Jun 1, 2020 · 0 comments
Closed

Typo in conll.py #32

michkich opened this issue Jun 1, 2020 · 0 comments

Comments

@michkich
Copy link

michkich commented Jun 1, 2020

While running the script to extract data, this is the error generated for the POS task data.

in read_conll_u
sent.node[token_dict['id']].update({k: v for (k, v) in token_dict.items()
AttributeError: 'DependencyTree' object has no attribute 'node'

@michkich michkich closed this as completed Jun 2, 2020
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

No branches or pull requests

1 participant