Skip to content
Discussion options

You must be logged in to vote

Word vectors are keyed to the Vocab, so when you use an empty Vocab you lose all that information.

For serializing Docs you should use a DocBin and the same pipeline (nlp object) you used when creating the Docs, see the serialization guide.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Josef-Hlink
Comment options

Answer selected by Josef-Hlink
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 feat / serialize Feature: Serialization, saving and loading
2 participants