explosion / sense2vec

🦆 Contextually-keyed word vectors
https://explosion.ai/blog/sense2vec-reloaded
MIT License
1.62k stars 238 forks source link

WIP: Refactor sense2vec from scratch #77

Closed ines closed 4 years ago

ines commented 4 years ago

Documentation: https://github.com/explosion/sense2vec/blob/refactor/README.md

TODO

Vectors for testing

I did a quick conversion of the existing Reddit vectors (attached to this release).

  1. Download file from here: https://drive.google.com/file/d/19K2GhJqH40Wz4PtjlnjIUpCBFZhURe15/view?usp=sharing
  2. Unzip and extract directory.
  3. s2v = Sense2Vec().from_disk("/path/to/directory")