Metadata-Version: 2.1
Name: vecto
Version: 0.2.8
Summary: toolbox for various tasks in the area of vector space models of computational linguistic
Home-page: http://vecto.space
Author: 
Author-email: 
Maintainer: 
Maintainer-email: 
License: Apache License 2.0
Keywords: NLP,linguistics,language
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Text Processing :: Linguistic
Requires-Python: >=3.5
Requires-Dist: brewer2mpl
Requires-Dist: numpy
Requires-Dist: nltk
Requires-Dist: pandas
Requires-Dist: progressbar2
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: sklearn
Requires-Dist: system-query
Requires-Dist: tables
Requires-Dist: traitlets
Requires-Dist: tqdm
Requires-Dist: requests

vecto
*****

.. image:: https://api.travis-ci.org/vecto-ai/vecto.svg?branch=master
    :target: https://travis-ci.org/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 vecto`` for stable version
* ``pip3 install git+https://github.com/vecto-ai/vecto.git`` for 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


