Skip to content

VecShare Beta Release

Choose a tag to compare

@JaredFern JaredFern released this 01 Aug 09:54
· 43 commits to master since this release

VecShare: Library for Sharing Word Vectors

Release v1.0.4

Version Changes: Python3 Compatibility Fixes
This library provides functionality for rapidly sharing and retrieving word embeddings over the internet. Additional information on the VecShare framework can be found at: https://bit.ly/VecShare (Accepted at EMNLP 2017).

Supported Functions

The VecShare Python library currently supports:

  • check: See available embeddings
  • format: Autoformat a header to upload an embedding to the data store
  • upload: Upload a new embedding to the datastore
  • update: Update an existing embedding or its metadata
  • query: Look up word vectors from a specific embedding
  • extract: Download word vectors for only the vocabulary of a specific corpus
  • download: Download an entire shared embedding