Subordinate clauses incorrectly parsed by displacy #11397
Unanswered
pipkin45
asked this question in
Help: Model Advice
Replies: 1 comment
-
If you aren't happy with the output of a model, generally the best way to get better accuracy is use more training data. In this case you might want to try larger models. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following are problematic sentences for dependency parsing (English-en_core_web_sm(v3.40))
That she refused the flowers surprised him. - not correct
That she refused surprised him. - correct.
The books, which you ordered, arrived. - correct
The books which you ordered arrived. - not correct
What can be done to improve accuracy?
larger model?
retraining parser with Prodigy?
Thanks,
pipkin45
Beta Was this translation helpful? Give feedback.
All reactions