Skip to content
Discussion options

You must be logged in to vote

It depends on the exact tok2vec configuration, but by default the parser does not rely on any other information beyond the text and the dependency annotation from the training data (and tok2vec may also include static vectors). The parsers in the trained pipelines from https://spacy.io/models don't rely on any tag features. You can run just the parser with the components ["tok2vec", "parser"] in your pipeline.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@XavBeckers
Comment options

@adrianeboyd
Comment options

Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / parser Feature: Dependency Parser feat / tok2vec Feature: Token-to-vector layer and pretraining
2 participants