Inaccurate tagging of csubjpass #11431
-
Greetings all, I am working on extracting subordinate clauses with Spacy. However, dependency parsing provides incorrect results for For instance:
However,
In first case, How should I proceed, then? Any suggestions?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If this issue is systematic like you describe, I would recommend writing a small custom component to fix the annotations. You could also probably use the AttributeRuler. In addition to #3052 about errors in general, I suspect the model has trouble with this because this kind of usage isn't very common in the training data (or in many kinds of writing, for that matter). |
Beta Was this translation helpful? Give feedback.
If this issue is systematic like you describe, I would recommend writing a small custom component to fix the annotations. You could also probably use the AttributeRuler.
In addition to #3052 about errors in general, I suspect the model has trouble with this because this kind of usage isn't very common in the training data (or in many kinds of writing, for that matter).