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

Stanza 1.8.1 mislabels nsubj relationship as compound #1363

Open
khannan-livefront opened this issue Mar 6, 2024 · 0 comments
Open

Stanza 1.8.1 mislabels nsubj relationship as compound #1363

khannan-livefront opened this issue Mar 6, 2024 · 0 comments
Labels

Comments

@khannan-livefront
Copy link

Describe the bug
I came across a set of sentences where Stanza mistakenly labels nsubj relationships as compound. This occurs with a noun in relation to the word "hops".

To Reproduce
Steps to reproduce the behavior:

  1. Go to http://stanza.run/ or input into stanza either sentence:
Zac hops, and Rod is on the box. 

The box hops and hops.
  1. See error – stanza fails to find the nsubj between "Zac hops" and "box hops":

Screenshot 2024-03-06 at 1 12 53 PM

Expected behavior
The parse returns a nsubj relationship between "Zac hops" and "box hops".

Environment (please complete the following information):

  • OS: MacOS Ventura 13.4
  • Python version: Python 3.12.2 using Poetry 1.8.2
  • Stanza version: 1.6.1

Additional context
This issue also appears in Stanza 1.8.1. Have not tested it with Stanza 1.7.x. Screenshot is from Stanza 1.6.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant