Skip to content
Discussion options

You must be logged in to vote

Your understanding of how embeddings is converted is correct. spaCy generates the alignment from two sequences of tokens; see the aligner section in the docs for notes on that. The alignments are generated using the spacy-alignments package.

Replies: 1 comment 2 replies

Comment options

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

@polm
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 / tokenizer Feature: Tokenizer feat / transformer Feature: Transformer
2 participants