Installation
install-japanese-nlp-spacy.sh
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 spacy
is a bit old and Japanese support spacy.ja
was not included, so as mentioned above, pip install -U git + https://github.com/explosion/spaCy
is the latest version. Download and build. Cloud9 worked hard to build for about 30 minutes.
Run Jupyter Notebook on Cloud9 IDE After successfully installing spaCy, start Jupyter Notebook. With Cloud9:
start-jupyter-c9.sh
jupyter notebook --port $PORT --ip $IP --no-browser
Try Janome/spaCy
Open Notebook in Jupyter.
NLTK? NLTK seems to be influential, but I haven't tried it yet.
install-nlp-nltk-python.sh
pip install -U nltk requests
Links
Recommended Posts