Skip to content
/ pms Public

Python Makes Sense - a word sense disambiguation project

Notifications You must be signed in to change notification settings

jia1/pms

Repository files navigation

pms

Instructions for developers

If you already have a virtual environment, omit the python3 -m venv . command.

pip3 install --upgrade tensorflow # sudo or Run as admin
git clone https://github.com/jia1/pms.git
cd pms
python3 -m venv .
. bin/activate # If Windows, do: Scripts\activate.bat
pip3 install -r requirements.txt
python3 download.py

Additional commands to run jupyter notebook in virtual environment:

ipython kernel install --user --name=pms
jupyter notebook

About

Python Makes Sense - a word sense disambiguation project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published