VSM
===

|Build Status| |Appveyor| |Coveralls| |GitHub license| |PyPI|

**Note:** More than likely, you are looking for the `InPhO Topic
Explorer <http://github.com/inpho/topic-explorer>`__. This library is
for the machine learning implementations underlying the Topic Explorer
and is updated much slower than the user interfaces. If you are using
the Topic Explorer, please file issues there and the developers will
triage appropriately.

Vector Space Model Framework developed for the `InPhO
Project <https://inpho.cogs.indiana.edu/>`__.

Documentation can be found in the module and
`here <http://inpho.github.io/vsm/>`__.

Installation
------------

::

    git clone git@github.com:inpho/vsm.git
    cd vsm
    pip install -r requirements.txt -e .

.. |Build Status| image:: https://img.shields.io/travis/inpho/vsm.svg?label=UNIX+build
   :target: https://travis-ci.org/inpho/vsm
.. |Appveyor| image:: https://img.shields.io/appveyor/ci/JaimieMurdock/vsm.svg?label=Windows+build
   :target: https://ci.appveyor.com/project/JaimieMurdock/vsm
.. |Coveralls| image:: https://img.shields.io/coveralls/inpho/vsm.svg
   :target: https://coveralls.io/r/inpho/vsm
.. |GitHub license| image:: https://img.shields.io/github/license/mashape/apistatus.svg
   :target: https://github.com/inpho/vsm/blob/master/LICENSE.txt
.. |PyPI| image:: https://img.shields.io/pypi/v/vsm.svg
   :target: https://pypi.python.org/pypi/vsm
