Metadata-Version: 2.0
Name: vsmlib
Version: 0.1.7
Summary: toolbox for various tasks in the area of vector space models of computational linguistic
Home-page: http://vsm.blackbird.pw/
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Keywords: NLP,linguistics,language
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-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-Dist: brewer2mpl
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: tables

VSMlib
======

VSMlibs helps to perform a range of task within a framework of vector space models of computational linguistics.

What functionality is included
------------------------------

* loading several popular formats of word embeddings and providing unified access to word-vectors
* perfroming simple tasks like estimating word similarity
* visualising embeddings

How do I get set up?
--------------------

* pip3 install vsmlib
* pip3 install git+https://github.com/undertherain/vsmlib.git
* Python 3.5 or later is required

Contribution guidelines
-----------------------

* Oh, you are welcome to participate

Who do I talk to?
-----------------

* Issue tracker is the way to go

