Kyubyong / wordvectors

Pre-trained word vectors of 30+ languages
MIT License
2.22k stars 393 forks source link

Missing numpy objects for Portuguese #2

Closed perone closed 7 years ago

perone commented 7 years ago

When loading the pt.bin on Gensim, it shows the error:

[Errno 2] No such file or directory: 'pt.bin.syn1neg.npy'

Because the file pt.bin.syn1neg.npy is missing, does anyone who trained it has the file available ?

Kyubyong commented 7 years ago

Thanks, perone!

I forgot to include npy files. I've updated the linked file. Now download the zip file and try again. It should work.

perone commented 7 years ago

Fixed, great thanks @Kyubyong, it is working fine now.