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

Dependency Parser - "go" + "-ing" errors #3

Open
sfillwo opened this issue Jan 20, 2021 · 0 comments
Open

Dependency Parser - "go" + "-ing" errors #3

sfillwo opened this issue Jan 20, 2021 · 0 comments

Comments

@sfillwo
Copy link

sfillwo commented Jan 20, 2021

Sentence: i went hiking
[[1, 'nsbj'], [-1, 'root'], [1, 'comp']]

Sentence: i went swimming
[[1, 'nsbj'], [-1, 'root'], [1, 'comp']]

Sentence: i went riding
[[1, 'nsbj'], [-1, 'root'], [1, 'comp']]

Sentence: i went horseback riding
[[1, 'nsbj'], [-1, 'root'], [3, 'com'], [1, 'obj']]

Sentence: i went shopping*
[[1, 'nsbj'], [-1, 'root'], [1, 'advcl']]
*this one is fixed if truecasing is applied (I went shopping)

First 3 examples are correct. All above examples should identify the "-ing" verb as "comp" of "went".

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