What does it mean when the vector for a token is all 0's? #10958
Answered
by
koaning
moonman239
asked this question in
Help: Model Advice
-
Sometimes, when I call "vector" on a token I get an array of all 0's.
will be all zeros. |
Beta Was this translation helpful? Give feedback.
Answered by
koaning
Jun 13, 2022
Replies: 1 comment 2 replies
-
It means that there is no entry with a vector in spaCy's vocabulary. You might enjoy this Twitter thread for more details. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
moonman239
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It means that there is no entry with a vector in spaCy's vocabulary. You might enjoy this Twitter thread for more details.