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

Wrong POS tagging in Italian #13555

Open
CristianRossiSorint opened this issue Jul 2, 2024 · 1 comment
Open

Wrong POS tagging in Italian #13555

CristianRossiSorint opened this issue Jul 2, 2024 · 1 comment

Comments

@CristianRossiSorint
Copy link

In sentences:

  • "il cane mangia molta carne" → "molta" is recognized by DET instead of ADV.
  • "il cane mangia molto cavolfiore" → "cavolfiore" is recognized by ADJ intstead of NOUN.

I have no idea how to fix this problem, if anyone can show me how I can fix it too.
Thanks in advice.

@CristianRossiSorint
Copy link
Author

CristianRossiSorint commented Jul 2, 2024

Another bug report:

la (DET)
velocità (NOUN)
della (ADP)
luce (NOUN)
nel (ADP)
vuoto (NOUN)
è (VERB)
costante (ADJ)
per (ADP)
**tutti (DET) → should be PRP**
gli (DET)
osservatori (NOUN)
indipendentemente (ADV)
dal (ADP)
**loro (DET) → should be PRP**
stato (NOUN)
di (ADP)
movimento (NOUN)

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