Skip to content

inpho/vsm

Repository files navigation

#VSM

Build Status Appveyor Coveralls GitHub license PyPI

Note: More than likely, you are looking for the 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.

Documentation can be found in the module and here.

##Installation

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