Skip to content

Instantly share code, notes, and snippets.

@vochicong
Last active April 27, 2019 01:25
Show Gist options
  • Save vochicong/4a5d736f699695c31254bdd64f20f651 to your computer and use it in GitHub Desktop.
Save vochicong/4a5d736f699695c31254bdd64f20f651 to your computer and use it in GitHub Desktop.
日本語NLP@janome/spaCy/Python ref: http://qiita.com/vochicong/items/8b3027b294e5b6aa0348
virtualenv .env
source .env/bin/activate
pip install -U janome jupyter
pip install -U Cython git+https://github.com/explosion/spaCy
pip freeze > .env/requirements.txt
pip install -U nltk requests
jupyter notebook --port $PORT --ip $IP --no-browser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment