You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, this was a bad bug! When I switched default support to the GloVe vectors in 1.0, I added a hack to the spacy.load() function, to provide temporary backwards compatibility to existing data installations. This hack should have been inserted into spacy.en.English().
The version of the vectors loaded by spacy.load() is the "correct" one, which will continue to be supported. If you want to see whether this bug affected some model you've been using, the easiest way to check whether you're using the correct GloVe vector data is to count the number of lexemes with a word vector:
I get different word vectors depending how I load the data model. For example:
My Environment
The text was updated successfully, but these errors were encountered: