ppegusii / cs689-mini1

CMPSCI-689 mini project 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs689-mini1

CMPSCI-689 mini project 1

Description

Play with distance measures between words embedded in a vector space.

Building

Using conda for package management. Here is a basic tutorial.

Create environment from file

conda env create -f environment.yml

Update environment from file

conda env update -f environment.yml

Activate the environment

Linux, OS X: source activate mini1

Windows: activate mini1

Deactivate the environment

Linux, OS X: source deactivate mini1 or source deactivate

Windows: deactivate mini1

Install a new package

Make sure mini1 is the active environment.

conda install package_name

Export the environment to a file

Make sure mini1 is the active environment.

conda env export > environment.yml

About

CMPSCI-689 mini project 1

License:GNU General Public License v2.0


Languages

Language:Python 89.7%Language:Shell 10.3%