Skip to content

dimazest/dissect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIStributional SEmantics Composition Toolkit

image

Installation

To install the package run:

pip install dissect

Development

To run the tests execute:

python setup.py test

To run the tests on all supperoted Python versions and implementations run:

tox

To install the package in an isolated environment for development run:

virtualenv .
source bin/activate

pip install -e .
pip install pytest  # And any other tools you find useful.

Now you are ready to develop and test your changes:

py.test src/unitest

If you want to execute some of the tests run (for example, similarity related):

py.test src/unitest -k similarity

Read py.test documentation and have fun coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.6%
  • Shell 1.4%