Last active
April 27, 2019 01:25
-
-
Save vochicong/4a5d736f699695c31254bdd64f20f651 to your computer and use it in GitHub Desktop.
日本語NLP@janome/spaCy/Python ref: http://qiita.com/vochicong/items/8b3027b294e5b6aa0348
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install -U nltk requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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