vecto
vecto copied to clipboard
Doing things with embeddings
vecto
.. image:: https://api.travis-ci.com/vecto-ai/vecto.svg?branch=master :target: https://travis-ci.com/vecto-ai/vecto :alt: build status from Travis CI
.. image:: https://ci.appveyor.com/api/projects/status/github/vecto-ai/vecto?branch=master&svg=true :target: https://ci.appveyor.com/project/undertherain/vecto :alt: build status from AppVeyor
.. image:: https://coveralls.io/repos/github/vecto-ai/vecto/badge.svg?branch=master :target: https://coveralls.io/github/vecto-ai/vecto?branch=master :alt: coveralls badge
.. image:: https://api.codacy.com/project/badge/Grade/65aabe10113d45819091d005414462ca
:target: https://www.codacy.com/app/undertherain/vecto
:alt: grade from Codacy
.. image:: https://badge.fury.io/py/vecto.svg :target: https://badge.fury.io/py/vecto :alt: pypi version
.. image:: https://badges.gitter.im/badge.svg :alt: Join the chat at https://gitter.im/vecto-ai/Lobby :target: https://gitter.im/vecto-ai/Lobby
Vecto helps to perform a range of tasks within the framework of vector space models of computational linguistics.
What functionality is included
- creating word embeddings by counting and neural-based methods, including sub-word-level models;
- importing and exporting from a number of popular formats of word embeddings and providing unified access to word vectors;
- perfroming a range of downstream tasks / benchmarks;
- visualising embeddings.
How do I get set up?
pip3 install vectofor stable versionpip3 install git+https://github.com/vecto-ai/vecto.gitfor latest dev version- Python 3.6 or later is required
📖 Documentation
=================== ===
Tutorial_ vecto overview and end-to-end examples.
API Reference_ The detailed reference for vecto API.
Contribute_ How to contribute to the vecto project and code base.
=================== ===
.. _Tutorial: http://vecto.readthedocs.io/en/docs/tutorial/index.html .. _API Reference: http://vecto.readthedocs.io/en/docs/reference/index.html .. _Contribute: http://vecto.readthedocs.io/en/docs/contribution.html