VSMlib had become vecto, please check https://github.com/vecto-ai/vecto This repository will not be maintained further.
-----old stuff below------
VSMlib helps to perform a range of tasks within a framework of vector space models of computational linguistics.
- creating word embeddings by counting and neural-based methods, including sub-word-level models
- importing and exporting from a banch of popular formats of word embeddings and providing unified access to word-vectors
- perfroming a range of downstream tasks / benchmarks on embeddings
- visualising embeddings
pip3 install vsmlib
for stable versionpip3 install git+https://github.com/undertherain/vsmlib.git
for latest dev version- Python 3.5 or later is required
Tutorial | vsmlib overview and end-to-end examples. |
API Reference | The detailed reference for vsmlib API. |
Contribute | How to contribute to the vsmlib project and code base. |
- Issue tracker is the way to go