Skip to content
Discussion options

You must be logged in to vote

No, there isn't. Some components can work around partial annotation to some degree (most of these have an overwrite setting so you can decide whether to preserve existing annotation), but the parser isn't one of them. It will always clobber all the existing annotation. The internal parsing algorithm just isn't intended to handle this case (in exchange it's very efficient).

Also be aware that that even though the tagger doesn't clobber existing annotation with overwrite=False, it also doesn't use the existing annotation in any way to inform its predictions, so the existing annotation won't affect the tags of the surrounding words.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pb-jeff-oneill
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / parser Feature: Dependency Parser
2 participants