Skip to content
Discussion options

You must be logged in to vote

No, the transformation to vectors is not reversible, or designed to be so.

For pipelines like en_core_web_lg the document vector is an average of token vectors, so it's the same even if you re-order the text, for example.

If you have saved a bunch of documents and their vectors, you can query for the most similar vector and then get the string attached to that.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adrianeboyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat / vectors Feature: Word vectors and similarity
2 participants